ASCII file

1 回表示 (過去 30 日間)
lowcalorie
lowcalorie 2012 年 5 月 23 日
i need a code sequence to save variable to a single ASCII file named mydata.asc

回答 (1 件)

Oleg Komarov
Oleg Komarov 2012 年 5 月 23 日
a = rand(10,2)
save('mydata.asc','a','-ascii')

カテゴリ

Help Center および File ExchangeWorkspace Variables and MAT Files についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by