How do I save a .mat file and .py file automatically with a 'variable's' value as filename using MATLAB?

Más respuestas (1)

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

Categorías

Etiquetas

Preguntada:

el 30 de Ag. de 2018

Respondida:

el 30 de Ag. de 2018

Community Treasure Hunt

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

Start Hunting!

Translated by