ASCII file

2 visualizzazioni (ultimi 30 giorni)
lowcalorie
lowcalorie il 23 Mag 2012
i need a code sequence to save variable to a single ASCII file named mydata.asc

Risposte (1)

Oleg Komarov
Oleg Komarov il 23 Mag 2012
a = rand(10,2)
save('mydata.asc','a','-ascii')

Categorie

Scopri di più su Structures in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by