how place array in table?

hi, i have array of numbers with large number of rows and columns ,when copy it to excel ,the excel trancate the long rows . i want to place the array in cells or table , not necessary in excel. if there is away to do that in matlam that is good thing.
thanks

Respuestas (2)

Walter Roberson
Walter Roberson el 20 de Jun. de 2012

0 votos

Have you considered dlmwrite() ?

2 comentarios

huda nawaf
huda nawaf el 20 de Jun. de 2012
thanks
dlmwrite place comma , i want table
i.e places the numbers in table as excel
Walter Roberson
Walter Roberson el 20 de Jun. de 2012
excel does not store its data in tables; it only displays it in tables.
Have you considered save() with the -ascii option?

Iniciar sesión para comentar.

Image Analyst
Image Analyst el 20 de Jun. de 2012

0 votos

What version of Excel do you have? Some earlier versions were limited to 256 columns and 16384 rows. If it did it correctly, how many rows and columns would you have? Have you tried xlswrite()?

Etiquetas

Preguntada:

el 20 de Jun. de 2012

Community Treasure Hunt

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

Start Hunting!

Translated by