필터 지우기
필터 지우기

Saving plots in batches from another m file

조회 수: 1 (최근 30일)
Will
Will 2012년 1월 9일
I am creating a simulink program. In it I have one button to run a m file called plotresults.m which will plot the results. There is also another button I have to save the results from that in figure form preferably both .fig and a standard image format like jpg.
I want to do this saveresults program by calling the plotresults to create the plots and then have a user inputted filename to save all the plots.
for example:
run (plotresults), prompt user for test name, save all as .fig using 'testname-power.fig' , 'testname-current.fig' and so on, then do the same as jpgs close all plots
Is this even possible? Im trying to avoid having the same code in two mfiles incase I want to add to it and avoid doing everything twice.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Annotations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by