how to covert a file of data into array
Información
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Mostrar comentarios más antiguos
i have a file with comma seperated values created from a 3d array.now i want regain 3d array from text file
Respuestas (2)
KSSV
el 24 de Oct. de 2016
0 votos
doc csvread
lafnath p
el 24 de Oct. de 2016
0 votos
2 comentarios
KSSV
el 24 de Oct. de 2016
data = load(yourtextfile) ; % load / import
iwant = [data(:,1) data(:,3) data(:,2)] ;
Jan
el 24 de Oct. de 2016
Please do not post clarifications as answers and corresponding answers as a comment. All details belonging to a question should be found insider the question. Thanks
La pregunta está cerrada.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!