Simulink の領域や注釈のハンド​ルをコマンドで取得す​ることはできますか?

Simulink の領域や注釈のハンドルをコマンドで取得することはできますか?

 Risposta accettata

MathWorks Support Team
MathWorks Support Team il 11 Nov 2025

0 voti

領域や注釈に関する情報は、find_system や get_param により取得が可能です。
たとえば、以下のコマンドを実行します。
h = find_system(gcs,'FindAll', 'on', 'type','annotation','Selected','on');
get_param(h, 'Description')
詳細については、プログラムによる注釈の作成と編集をご参照ください。

Più risposte (0)

Categorie

Scopri di più su プログラムによるモデル編集 in Centro assistenza e File Exchange

Prodotti

Release

R2020a

Tag

Non è stata ancora inserito alcun tag.

Community Treasure Hunt

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

Start Hunting!