ASCII file

i need a code sequence to save variable to a single ASCII file named mydata.asc

回答 (1 件)

Oleg Komarov
Oleg Komarov 2012 年 5 月 23 日

0 投票

a = rand(10,2)
save('mydata.asc','a','-ascii')

カテゴリ

ヘルプ センター および File ExchangeWorkspace Variables and MAT Files についてさらに検索

タグ

質問済み:

2012 年 5 月 23 日

Community Treasure Hunt

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

Start Hunting!

Translated by