필터 지우기
필터 지우기

Using csvwrite() function for a matrix having multiple rows and columns??

조회 수: 2 (최근 30일)
ck
ck 2016년 7월 12일
댓글: Azzi Abdelmalek 2016년 7월 12일
would I be able to use csvwrite() function to copy a output matrix containing aroung 100 rows and 30 columns?

답변 (1개)

Azzi Abdelmalek
Azzi Abdelmalek 2016년 7월 12일
A=randi(10,100,30)
csvwrite('file.csv',A)
  댓글 수: 2
ck
ck 2016년 7월 12일
so csvwrite() would work just like xlswrite() for any number of rows and columns?
Azzi Abdelmalek
Azzi Abdelmalek 2016년 7월 12일
No, not any number of rows and columns, it depends on the limits of Excell, and the limits of Matlab,

댓글을 달려면 로그인하십시오.

카테고리

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