Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
how to write and read file fastly?
조회 수: 1 (최근 30일)
이전 댓글 표시
I have one data translation device of which I am getting data using 'getdata' function. now I have to save this data and once it saved I have to read it again and plot a graph. I am getting data using following code [d,t]=getdata(ai); // where d is data and t is time data1=d(:,1); data2=d(:,2);
I have to save this data very fast and again read it and plot graph. which method shall I use?? xslread and write or csvread and write or dlmread and write?
댓글 수: 1
Walter Roberson
2016년 3월 8일
Duplicated by later http://uk.mathworks.com/matlabcentral/answers/272052-how-to-write-and-read-file-fastly which has an answer
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!