Why do the axes properties of the Scope block not update when using the SET_PARAM function in Simulink 6.0 (R14)?

조회 수: 1 (최근 30일)
I use the SET_PARAM function to set the labels of my Scope block, as in the following code:
A = struct('axes1',{'TopGraph'},'axes2',{'BottomGraph'})
set_param('myExample/Scope1','AxesTitles',A);
When I view the parameters with the GET_PARAM function, the AxesTitles property appears to have been successfully changed, as shown below.
get_param('myExample/Scope1','AxesTitles')
However, when the Scope block graphs are viewed in Simulink, the AxesTitles are not changed.

채택된 답변

MathWorks Support Team
MathWorks Support Team 2009년 6월 27일
This works correctly if all the commands are executed before opening the scope. If the scope is open before setting the new axes titles, then it will be updated at the start of simulation or when you update the model.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 View and Analyze Simulation Results에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by