フィルターのクリア

Write a matrix to a text file with a space between columns

26 ビュー (過去 30 日間)
Damith
Damith 2014 年 5 月 23 日
コメント済み: Jan 2018 年 3 月 8 日
Hi,
Does anybody know to write an matrix (3652500 rows and 3 columns) to a text file with a space between columns? I have MATLAB R2011b version.

採用された回答

Azzi Abdelmalek
Azzi Abdelmalek 2014 年 5 月 23 日
dlmwrite('yourfile',yourmatrix,'delimiter',' ')
  3 件のコメント
hamed
hamed 2018 年 3 月 8 日
Do you know how can I make 2 tabs space between the columns?
'\t' makes a tab and I need 2 tabs
Jan
Jan 2018 年 3 月 8 日
What about '\t\t'?

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeData Import and Export についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by