bdeLoadModel
Reads filename, which is a scm file. Loads model from filename.
Syntax
model = bdeLoadModel(filename, silent)
Inputs
- filename
- Path of the scm file to read.
- silent (optional)
- Type: Boolean
Outputs
- model
- Model containing the information in the scm file filename.
Examples
file = 'test.scm';
model = bdeLoadModel(file, true)
model = hwscpDiagram