I want to control the variant subsystem using matlab commands/programming

조회 수: 3 (최근 30일)
Mayur  Patne
Mayur Patne 2019년 12월 6일
답변: Nicolas B. 2019년 12월 6일
I have build a variant subsytem and its working fine with label control mode and mask. The same system I have to run and control using matlab programming.
CODE:
i=1;
for I= 250
for T_amb = 25
for T_init = 25
T = 5
open_system('Model.slx')
sim('Model.slx')
i=i+1;
end
end
end
T=5 here is my condition given for variant susbsystem when expression mode is chosen. And want to run for T=5 variant but the model is always running for other variant option and not considering T=5 condition.

답변 (1개)

Nicolas B.
Nicolas B. 2019년 12월 6일
You should follow the configure variant controls section of this page:

카테고리

Help CenterFile Exchange에서 Variant Hierarchical Components에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by