Saving plots automatically in appdesigner

조회 수: 1 (최근 30일)
Harish M Y
Harish M Y 2021년 7월 12일
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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by