Borrar filtros
Borrar filtros

save to excel file

1 visualización (últimos 30 días)
reez all
reez all el 21 de Mzo. de 2012
Hi, i have a problem to save the data into excel file, my problem is its not list all the data, for example this code below, i want to list i from 1 to 10, but the result only appear 10. Thank you for helping me.
x = {'Node'};
xlswrite('table.xls',x);
for i = 1:10
xlswrite('table.xls',i,1,'A2');
end

Respuestas (1)

Geoff
Geoff el 21 de Mzo. de 2012
You are telling it to start in the same cell every time through the loop.
  1 comentario
reez all
reez all el 21 de Mzo. de 2012
how am i going to telling it to list all the i??

Iniciar sesión para comentar.

Categorías

Más información sobre Data Import from MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by