February 10, 2014 0

date string in matlab to autogenerate filenames

By in matlab

generate file names using the current date and time.

e.g.
filename=[datestr(now(),'yyyy-mm-dd HH:MM') ' preprocessed data.txt'];

generates:
2014-02-10 16:40 preprocessed data.txt

Tags: , ,


Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/mgis.dk/about/wp-includes/class-wp-comment-query.php on line 399

Leave a Reply