Anyone knows How to converter AUTOSAR.Parameter to Simulink.Parameter

2 Ansichten (letzte 30 Tage)
There are some AUTOSAR.Parameter in workspace.
I want to change their class to Simulink.Parameter using the command or .m script.

Akzeptierte Antwort

Fangjun Jiang
Fangjun Jiang am 24 Jan. 2019
Save your workspace as a .m file and do find-and-replace.
Of course, AUTOSAR.Parameter objects have additional attributes than Simulink.Parameter objects. This approach is valid only when those additinal attributes can be ignored.
  1 Kommentar
APTX4869
APTX4869 am 25 Jan. 2019
Maybe there is not a matlab function to do it.
find-and-replace in m file is the simple way.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Create System Objects finden Sie in Help Center und File Exchange

Produkte


Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by