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

MATLABparametersimulinktype convert

There are some AUTOSAR.Parameter in workspace.
I want to change their class to Simulink.Parameter using the command or .m script.

Best Answer

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.