isopen_system

True if simulink system is loaded

現在この提出コンテンツをフォロー中です。

ISOPEN_SYSTEM(SYS) returns logical 1 (true) if the simulink system SYS is loaded/open and logical 0 (false) otherwise.
Input SYS to function may be string or cell of strings, output will be corresponding sized array of logicals.

Example
isopen_system('mysys') returns 0
new_system('mysys')
isopen_system('mysys') returns 1
close_system('mysys')
isopen_system({'mysys','simulink'}) returns [0 1]

引用

Per-Anders Ekstrom (2026). isopen_system (https://jp.mathworks.com/matlabcentral/fileexchange/13855-isopen_system), MATLAB Central File Exchange. に取得済み.

カテゴリ

Help Center および MATLAB AnswersProgrammatic Model Editing についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0.0