- install_addon.m
- platform-specific ZIP archive file (For example "smlink.r2020b.win64.zip")
How do I install the Simscape Multibody Link plugin in order to import CAD files?
35 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
MathWorks Support Team
am 14 Sep. 2012
Bearbeitet: MathWorks Support Team
am 8 Apr. 2022
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.
Akzeptierte Antwort
MathWorks Support Team
am 6 Apr. 2022
Bearbeitet: MathWorks Support Team
am 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.
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 Kommentar
Michelle Wu
am 29 Aug. 2017
Bearbeitet: MathWorks Support Team
am 3 Dez. 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:
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!