how place array in table?
1 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
回答(2 个)
Walter Roberson
2012-6-20
Have you considered dlmwrite() ?
2 个评论
Walter Roberson
2012-6-20
excel does not store its data in tables; it only displays it in tables.
Have you considered save() with the -ascii option?
Image Analyst
2012-6-20
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()?
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Spreadsheets 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!