Saving plots automatically in appdesigner

1 vue (au cours des 30 derniers jours)
Harish M Y
Harish M Y le 12 Juil 2021
Hi,
I am designing a app for a models which have lot of nested functions to run the main function. The GUI for plotting and selecting files are provided in .m fies only. I am creating the app using dropdown box to select which model to run and select the file/folder corresponding to that.
The models are running successfully and asking the user to select folder to generate an output excel file to save. Before the final excel file saving it generated multiple plots with the GUI builtin from backend only. How can i autosave those multiple GUI plot screens in the specified folder.
This is the only thing I have provision for running the model. The plots and Excel sheet generation are done by the RunModel.m file itself. How do I save the plots automatically?
function Button(app,event)
RunModel;
end

Réponses (0)

Catégories

En savoir plus sur Develop Apps Using App Designer 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!

Translated by