Documentation

load_system

Load万博1manbetxmodel into memory

Syntax

handle = load_system(sys)

Description

example

handle= load_system(sys)loads the modelsysinto 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 usingsave_system.

Examples

collapse all

Load the modelvdp到内存并返回莫del handle.

h = load_system("vdp")
h = 172.0004

Input Arguments

collapse all

Model to load into memory, specified as a character vector or string scalar.

Example:"vdp"

Output Arguments

collapse all

Handle of loaded model.

Introduced before R2006a

Was this topic helpful?