SCB(BLOCK) redefines the current block returned by GCB to be BLOCK.
Example
test model with a Constant block and an Add block
gcb returns 'untitled/Constant'
scb('untitled/Add')
gcb returns 'untitled/Add'
引用
Per-Anders Ekstrom (2024). scb (https://www.mathworks.com/matlabcentral/fileexchange/13833-scb), MATLAB Central File Exchange. に取得済み.
MATLAB リリースの互換性
作成:
R2006a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linuxカテゴリ
Help Center および MATLAB Answers で Programmatic Model Editing についてさらに検索
タグ
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!バージョン | 公開済み | リリース ノート | |
---|---|---|---|
1.0.0.0 | Added example in help. |