Feeds
提问
creating a file and inserting comma separated data in loop
Hello, I have a function which open up a folder, read all the data to variables in loop ( open one file at the time, read all ...
11 years 前 | 0 个回答 | 0
0
个回答提问
date of a file, but not time
Hi, Im getting date and time of creation of a file with : A = dir(myfile); disp(A.date) and I end up with 07-lip-20...
11 years 前 | 2 个回答 | 0
2
个回答提问
Reading date of a file
I'm trying to obtain a date of creation of a file with : [dum,str] = dos('dir myfile.txt'); c = textsc...
11 years 前 | 1 个回答 | 0
