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!