How do I save a .mat file and .py file automatically with a 'variable's' value as filename using MATLAB?
Show older comments
Eg: If I have a 'gradient'=20 and 'number' = 10. How to save a .mat file and .py file with a filename 20_10.
Accepted Answer
More Answers (1)
ahmed nebli
on 30 Aug 2018
0 votes
you can use: save('filename.mat','X'); %where filename is the name of file and X is the variable u need to save & same for the .py file
Categories
Find more on File Operations 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!