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