Ältere Kommentare anzeigen
i need a code sequence to save variable to a single ASCII file named mydata.asc
Antworten (1)
Oleg Komarov
am 23 Mai 2012
a = rand(10,2)
save('mydata.asc','a','-ascii')
Kategorien
Mehr zu Workspace Variables and MAT Files finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!