Borrar filtros
Borrar filtros

ASCII file

1 visualización (últimos 30 días)
lowcalorie
lowcalorie el 23 de Mayo de 2012
i need a code sequence to save variable to a single ASCII file named mydata.asc

Respuestas (1)

Oleg Komarov
Oleg Komarov el 23 de Mayo de 2012
a = rand(10,2)
save('mydata.asc','a','-ascii')

Categorías

Más información sobre String Parsing en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by