ASCII file
古いコメントを表示
i need a code sequence to save variable to a single ASCII file named mydata.asc
回答 (1 件)
Oleg Komarov
2012 年 5 月 23 日
a = rand(10,2)
save('mydata.asc','a','-ascii')
カテゴリ
ヘルプ センター および File Exchange で Workspace Variables and MAT Files についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!