Borrar filtros
Borrar filtros

How to upgrade 2013a simulink model to 2016b?

4 visualizaciones (últimos 30 días)
devraj dash
devraj dash el 10 de Mzo. de 2017
Respondida: ES el 10 de Mzo. de 2017
I need to understand the procedure to upgrade simulink model from 2013a to 2016b. In general, what are the steps involved for doing this.

Respuestas (1)

ES
ES el 10 de Mzo. de 2017
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);

Categorías

Más información sobre Programmatic Model Editing en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by