- 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?
37 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
MathWorks Support Team
el 14 de Sept. de 2012
Editada: MathWorks Support Team
el 8 de Abr. de 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.
Respuesta aceptada
MathWorks Support Team
el 6 de Abr. de 2022
Editada: MathWorks Support Team
el 8 de Abr. de 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 comentario
Michelle Wu
el 29 de Ag. de 2017
Editada: MathWorks Support Team
el 3 de Dic. de 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:
Más respuestas (0)
Ver también
Categorías
Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!