Anyone knows How to converter AUTOSAR.Parameter to Simulink.Parameter
    4 views (last 30 days)
  
       Show older comments
    
There are some AUTOSAR.Parameter in workspace.
I want to change their class to Simulink.Parameter using the command or .m script.
0 Comments
Accepted Answer
  Fangjun Jiang
      
      
 on 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.
More Answers (0)
See Also
Categories
				Find more on Programmatic Model Editing in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!