SOLIDWORKS Design & Help

Created by Angel Ramirez on 9 March, 2018

Linking between Solidworks and Matlab?

hi everyone, I'm new.
Does anyone has successfully connected between Solidworks and Matlab?
I tried to open and modify my design in Solidworks from Matlab.
I have tried to use the MatLab functionality described here http://www.mathworks.com/help/techdoc/ref/actxserver.html. The ProgID for the SolidWorks application that I used was "SldWorks.Application".
I used the following commands in Matlab and tried to open a new part in Solidworks from Matlab:

swApp= actxserver(SldWorks.Application);
part = invoke(swApp, 'New Part');

However, Solidworks is not started. Nothing happened even though there is no error.
Please let me know if anybody has any idea about this.
Thanks a lot!