How to upgrade 2013a simulink model to 2016b?

1 回表示 (過去 30 日間)
devraj dash
devraj dash 2017 年 3 月 10 日
回答済み: ES 2017 年 3 月 10 日
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 Center および File ExchangeModel Upgrades についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by