How to open a model mask programmatically ?

조회 수: 4 (최근 30일)
Daniel Zacharias
Daniel Zacharias 2017년 9월 20일
답변: Dheeraj Dilip 2019년 7월 4일
How can I open a model mask programmatically ?
I summarized all model parameter in a nice model mask and would like to open it quickly. It can be done by RMB->Mask-> Model Mask Parameters... and by the menu, but I would like to open the model mask by a hyperlink and/or with an empty subsystem block and the OpenFcn.
How can this be done ?
open_system(gcs,'mask') gives me "Inconsistent options supplied to OPEN_SYSTEM".

답변 (1개)

Dheeraj Dilip
Dheeraj Dilip 2019년 7월 4일
open_system(Blk_Path);
Blk_Path=Path of the block who's mask you want to open

카테고리

Help CenterFile Exchange에서 Author Block Masks에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by