Specify max limit to data from data file
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
doliph
el 10 de Oct. de 2013
Comentada: doliph
el 10 de Oct. de 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 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Data Import and Analysis en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!