How to write a .mat file with saving same variable with different values without overwriting previous values?
1 view (last 30 days)
Show older comments
Hi,
I have 4 variables in the following format: (I, J, K) = Value. I would like to write a matfile such that I can have
(0, 0, 0) = 0.1;
(0, 0,1 ) = 0.2;
(0, 1, 0) = 0.3;
......
How can I write this kind of .mat file? Any help would be hugely appreciated.
0 Comments
Answers (0)
See Also
Categories
Find more on Workspace Variables and MAT-Files 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!