Clear Filters
Clear Filters

ASCII file

1 view (last 30 days)
lowcalorie
lowcalorie on 23 May 2012
i need a code sequence to save variable to a single ASCII file named mydata.asc

Answers (1)

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

Categories

Find more on Structures in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!