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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0
