Borrar filtros
Borrar filtros

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

2 visualizaciones (últimos 30 días)
There are some AUTOSAR.Parameter in workspace.
I want to change their class to Simulink.Parameter using the command or .m script.

Respuesta aceptada

Fangjun Jiang
Fangjun Jiang el 24 de En. de 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 comentario
APTX4869
APTX4869 el 25 de En. de 2019
Maybe there is not a matlab function to do it.
find-and-replace in m file is the simple way.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Create System Objects en Help Center y File Exchange.

Productos


Versión

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by