How do I save a .mat file and .py file automatically with a 'variable's' value as filename using MATLAB?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
sachin k p
le 30 Août 2018
Réponse apportée : Stephen23
le 30 Août 2018
Eg: If I have a 'gradient'=20 and 'number' = 10. How to save a .mat file and .py file with a filename 20_10.
0 commentaires
Réponse acceptée
Plus de réponses (1)
ahmed nebli
le 30 Août 2018
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
0 commentaires
Voir également
Catégories
En savoir plus sur Workspace Variables and MAT-Files dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!