how place array in table?

조회 수: 1 (최근 30일)
huda nawaf
huda nawaf 2012년 6월 20일
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

답변 (2개)

Walter Roberson
Walter Roberson 2012년 6월 20일
Have you considered dlmwrite() ?
  댓글 수: 2
huda nawaf
huda nawaf 2012년 6월 20일
thanks
dlmwrite place comma , i want table
i.e places the numbers in table as excel
Walter Roberson
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
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()?

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by