extracting into a text file

1 回表示 (過去 30 日間)
ramakrishna bathini
ramakrishna bathini 2011 年 5 月 17 日
hey folks I have a variable with size 512*512 in my workspace window..can it be possible to extract that into a text file???

採用された回答

Fangjun Jiang
Fangjun Jiang 2011 年 5 月 17 日
a=rand(512);
dlmwrite('mytext.txt',a);
  1 件のコメント
ramakrishna bathini
ramakrishna bathini 2011 年 5 月 17 日
thank you so much..

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

その他の回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by