sdo.SessionInterface
Description
Use an sdo.SessionInterface
object to import data into any
Simulink®
Design Optimization™ app programmatically. You can import different kinds of data like parameters,
experiments, requirements, and so on, depending on the app.
When there are a large number of requirements, parameters, or probability distributions,
it can be tedious to define them all interactively in an app. Alternatively, you can define
them using the command-line functionality and import them into the app using the
sdo.SessionInterface
object.
Creation
Description
creates an app session interface object prepopulated with the session data in
si
= sdo.SessionInterface(session
)session
. You load this session data from a previously saved
.mat
session file. The session interface object prepopulates with the
data corresponding to only the selected parameters or design variables. The type of app
session is the same type as session
. To modify the properties of this
object for your specific application, use dot notation.
Input Arguments
Output Arguments
Properties
Examples
Version History
Introduced in R2025a