I'm having trouble installing the simscape multibody link plugin to transfer cad models into simscape multibody.

3 次查看(过去 30 天)
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;

回答(1 个)

Swaraj
Swaraj 2023-12-18
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:
  • install_addon.m
  • smlink.r2022b.win64.zip (or similar)
Refer to the following MATLAB Answer for more information:
Hope it helps!!

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

产品


版本

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by