saving a dynamic file
4 views (last 30 days)
Show older comments
Dear users
I am trying to save a matrix that has a chancing name at each loop. i normally use following command: save(filename,'matrixname'); However, this time "matrixname" is dynamic and changes at every loop step. How can i use the save function in this context?
thank you
0 Comments
Answers (2)
Julien
on 9 Oct 2012
Hi, how is defined your matrixname ? Do you want to store all matrix inside one .mat file ?
0 Comments
See Also
Categories
Find more on Data Types in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!