How to programmatically change the Default Data Package for a Simulink signal/parameter from 'Simulink' to 'mpt'?
Show older comments
In prior versions of MATLAB I have used the command:
set_param(0, 'DefaultDataPackage', 'mpt');
to set the default data package to 'mpt', as specified by our process. I noticed that command does not work in R2016a and the release notes indicate that it has been removed. They mention ways to set the package, but the methods do not appear to be sticky, i.e. I must set them every time a new MATLAB session is opened. Additional searches of the help documentation have been fruitless.
What is the new way to programmatically set the default data package?
Accepted Answer
More Answers (0)
Categories
Find more on Signal Generation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!