Using Simulink    

Introduction

This table indicates the tasks performed by the commands described in this chapter. The reference section of this chapter lists the commands in alphabetical order.

Task
Command
Create a new Simulink system.
new_system
Open an existing system.
open_system
Close a system window.
close_system, bdclose
Save a system.
save_system
Find a system, block, line, or annotation.
find_system
Add a new block to a system.
add_block
Delete a block from a system.
delete_block
Replace a block in a system.
replace_block
Add a line to a system.
add_line
Delete a line from a system.
delete_line
Get a parameter value.
get_param
Set parameter values.
set_param
Get the pathname of the current block.
gcb
Get the pathname of the current system.
gcs
Get the handle of the current block.
gcbh
Get the name of the root-level system.
bdroot
Open the Simulink block library.
simulink


 Model Construction Commands How to Specify Parameters for the Commands