exporting the variable values in a text file

1 回表示 (過去 30 日間)
ramakrishna bathini
ramakrishna bathini 2011 年 4 月 7 日
can any body help me exporting the variable values into a text file or an excel sheet.

採用された回答

Robert Cumming
Robert Cumming 2011 年 4 月 7 日
you could also use either of:
xlswrite
cvswrite
  1 件のコメント
ramakrishna bathini
ramakrishna bathini 2011 年 4 月 13 日
xlswrite command did the job for me..thank you

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

その他の回答 (1 件)

Paulo Silva
Paulo Silva 2011 年 4 月 7 日
The best way to save variables and load them is using the commands:
save
load
because they can handle all types of variables.
  1 件のコメント
ramakrishna bathini
ramakrishna bathini 2011 年 4 月 7 日
thank you sir!!!

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

カテゴリ

Help Center および File ExchangeText Files についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by