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
a = rand(10,2)
save('mydata.asc','a','-ascii')

类别

帮助中心File Exchange 中查找有关 Workspace 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