I want to create a .mat file with current time stamp in matlab ? I want the name of the .mat file to be the current time.
Use datestr
to format the time and use now
to get the current time:
save(datestr(now,30))
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With