フィルターのクリア

print a cell array as .txt in Matlab (2)

3 ビュー (過去 30 日間)
Mnr
Mnr 2014 年 3 月 28 日
コメント済み: Mnr 2014 年 3 月 28 日
Hello all,
How can I print the element of a 1x8 cell array having elements of 1x300 double into a text file?
Thanks.

採用された回答

Azzi Abdelmalek
Azzi Abdelmalek 2014 年 3 月 28 日
M=cell2mat(A');
dlmwrite('file.txt',M)
  1 件のコメント
Mnr
Mnr 2014 年 3 月 28 日
Thank you so much!

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCell Arrays についてさらに検索

タグ

タグが未入力です。

Community Treasure Hunt

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

Start Hunting!

Translated by