scb

Set current block.
2K descargas
Actualizado 1 feb 2007

Ver licencia

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'

Citar como

Per-Anders Ekstrom (2024). scb (https://www.mathworks.com/matlabcentral/fileexchange/13833-scb), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2006a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Programmatic Model Editing en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0

Added example in help.