How do I install the Simscape Multibody Link plugin in order to import CAD files?

16 views (last 30 days)
I would like to install the SimMechanics Link software in order to import CAD (Computer Aided Design) files from SolidWorks, PTC Creo or Autodesk Inventor into Simscape Multibody.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 6 Apr 2022
Edited: MathWorks Support Team on 8 Apr 2022
In order to install Simscape Multibody Link (formerly SimMechanics Link), refer to the link below: https://www.mathworks.com/campaigns/offerings/download_smlink.html
On the above link, once you have filled in the contact details and selected the appropriate version of Simscape Multibody link, you will be able to download the appropriate files as per the Operating System. You need to download the following files.
  1. install_addon.m
  2. platform-specific ZIP archive file (For example "smlink.r2020b.win64.zip")
Download these files to a directory that is present on the MATLAB path. If not, then you need to add it using ADDPATH and SAVEPATH functions.
Next, you need to execute the command in the following format at the MATLAB Command prompt.
>> install_addon('Name of the addon zip file')
For example, if you have downloaded the files for 32 bit Windows, execute the following command.
>> install_addon('smlink31.win32.zip')
The contents of this zip file will be extracted to the root directory where MATLAB is installed which can be obtained by executing the following command at the MATLAB Command Prompt.
>> matlabroot
For more information on installing Simscape Multibody Link, refer to the link below (adjust the URL to match your version of MATLAB):
  1 Comment
Michelle Wu
Michelle Wu on 29 Aug 2017
Edited: MathWorks Support Team on 3 Dec 2020
Hi Kamal, please try running MATLAB as an administrator as Yousef suggested in the comments below. If the issue persists, please contact MathWorks Technical Support Team:

Sign in to comment.

More Answers (0)

Categories

Find more on Simscape Multibody in Help Center and File Exchange

Products


Release

R2009a

Community Treasure Hunt

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

Start Hunting!