How to programmatically change the Default Data Package for a Simulink signal/parameter from 'Simulink' to 'mpt'?
이전 댓글 표시
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?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Signal Generation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!