I want link ADAMS with MATLAB and control some parameters from ADAMS system in MATLAB. I followed the procedures to make MATLAB compatible file from ADAMS, but it doesn't produce the simulink file (.slx) to be used in MATLAB. How can I resolve this?
I want link ADAMS with MATLAB and control some parameters from ADAMS system in MATLAB. I followed the procedures to make MATLAB compatible file from ADAMS, but it doesn't produce the simulink file (.slx) to be used in MATLAB. How can I resolve this?
The plant export process only creates a .m file. This sets up variables in the Matlab workspace and you can then do 'adams_sys' to create the Adams block.
You don't get a .slx file; you have to create a new (or existing) Simulink model and add the orange Adams block from the 'adams_sys' step into your Simulink model.
The plant export process only creates a .m file. This sets up variables in the Matlab workspace and you can then do 'adams_sys' to create the Adams block.
You don't get a .slx file; you have to create a new (or existing) Simulink model and add the orange Adams block from the 'adams_sys' step into your Simulink model.