Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

how to write and read file fastly?

1 vue (au cours des 30 derniers jours)
Rohit Bhoi
Rohit Bhoi le 8 Mar 2016
Clôturé : Walter Roberson le 8 Mar 2016
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?

Réponses (0)

Cette question est clôturée.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by