- install_addon.m
- smlink.r2022b.win64.zip (or similar)
I'm having trouble installing the simscape multibody link plugin to transfer cad models into simscape multibody.
2 views (last 30 days)
Show older comments
i am trying to omplete a school project that requires us to design parts in solidworks and export them to simscape multibody to analyze. in order to accomplish this, a simsape multibody link plugin must be installed, but i am having issues installing it. i am using the following code and keep getting the error:
>> install_addon('smlink.r2022b.win64.zip')
Installing smlink...
Extracting archive smlink.r2022b.win64.zip to C:\...
Adding directories for smlink to path...
Error using restoredefaultpath
MATLAB could not construct the default path due to missing files. For help, contact your system
administrator or MathWorks Technical Support.
Error in install_addon (line 77)
restoredefaultpath;
0 Comments
Answers (1)
Swaraj
on 18 Dec 2023
Hi Nicholas
In order to execute the 'install_addon' for the SolidWorks product, make sure that the following files are in the MATLAB current working directory. The two files are:
Refer to the following MATLAB Answer for more information:
Hope it helps!!
0 Comments
See Also
Categories
Find more on Introduction to Installation and Licensing 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!