How to upgrade 2013a simulink model to 2016b?

4 次查看(过去 30 天)
I need to understand the procedure to upgrade simulink model from 2013a to 2016b. In general, what are the steps involved for doing this.

回答(1 个)

ES
ES 2017-3-10
you can use slupdate/upgradeadvisor for doing this.
https://in.mathworks.com/help/simulink/slref/upgradeadvisor.html
load_system('vdp');
save_system('vdp',fullfile(tempdir, 'myvdp'))
upgrader = upgradeadvisor('myvdp')
analyze(upgrader);
upgrade(upgrader);

类别

Help CenterFile Exchange 中查找有关 Programmatic Model Editing 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by