How to programmatically change the Default Data Package for a Simulink signal/parameter from 'Simulink' to 'mpt'?
Mostrar comentarios más antiguos
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?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Signal Generation en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!