allocation of data, column by column
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
NAFTALI HERSCOVICI
el 24 de Dic. de 2021
Respondida: NAFTALI HERSCOVICI
el 25 de Dic. de 2021
Hello,
I am reading several csv files, each having 2 columns (and X-column and Y-column) with an equal number of rows
I would like to assign this data to one matrix, something like the code below. It does not work. What am I missing?
Thanks
for i=1:3
A=xlsread(fln(i));
results(:,i)=A(:,2)
end
1 comentario
Jan
el 25 de Dic. de 2021
Please explain "It does not work" with any details. Di you get an error message? If so, which one?
What is the contents of "fln" or is this a function?
Respuestas (1)
Ver también
Categorías
Más información sobre Whos 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!