Specify max limit to data from data file
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
doliph
am 10 Okt. 2013
Kommentiert: doliph
am 10 Okt. 2013
end
D = load('data.txt');
x = D(:,1);
y = D(:,2);
I would like to specify data to be passed to a function to be limited to N indices.
Anyone have any suggestions?
Cheers!
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Data Import and Analysis finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!