フィルターのクリア

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 Center および File ExchangeSpreadsheets についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by