ASCII file

2 vues (au cours des 30 derniers jours)
lowcalorie
lowcalorie le 23 Mai 2012
i need a code sequence to save variable to a single ASCII file named mydata.asc

Réponses (1)

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

Catégories

En savoir plus sur Structures dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by