load_system
Load Simulink model into memory
Description
loads the model handle
= load_system(sys
)sys
into memory without opening the model in
the Simulink® Editor. After you load a model into memory, you can work with it using
Simulink API commands. Save changes to the model using
save_system
.
Note
Security Considerations: Before you load
the model using load_system
, make sure you trust the
sender or the author of the model. Models from unknown sources might contain
unsafe content. Unknown sources include models you clone from a remote
repository, download, or receive as an archive.
Examples
Input Arguments
Output Arguments
Version History
Introduced before R2006a