Main Content
Add results to current Simulink® project
Option to add your Polyspace results to current Simulink project
Model Configuration Pane: Polyspace
Description
Use this parameter to add Polyspace® results to the currently open Simulink project. By default, Polyspace results are saved in the current folder.
Dependencies
You must have a Simulink project open to use this option.
Settings
off (default)
| on
- Off
Add results to the current folder.
- On
Add results to the currently open Simulink project.
Recommended Settings
Application | Setting |
---|---|
Debugging | No Impact |
Traceability | No Impact |
Efficiency | No Impact |
Safety precaution | No Impact |
Programmatic Use
Parameter:
AddToSimulinkProject for use with pslinkoptions
|
Parameter:
PSAddToSimulinkProject for use with
set_param() |
Values: 'false' | 'true' |
Default: 'false' |
Example:
opt = pslinkoptions(modelname); opt.AddToSimulinkProject = true;
|
Version History
Introduced in R2016b