Having trouble installing the add-on for the Solidworks Simscape?

7 visualizaciones (últimos 30 días)
William Hilbert
William Hilbert el 18 de Abr. de 2020
Respondida: Rashed Mohammed el 27 de Mayo de 2020
My classmate and I are trying to install the add-on for the Solidworks Simscape. The instructions on MatLab's website recommends the use of the function "install_addon." This function does not exist on MatLab in version 2018b. We were able addpath, but not install the addon. And, in solidworks, the add on does not appear. Any help?
Thanks!

Respuestas (1)

Rashed Mohammed
Rashed Mohammed el 27 de Mayo de 2020
Hi William,
install_addon is a separate script downloaded as part of installation files. It is not available by default in any MATLAB installation.
Follow the instructions present here
While downloading the installation files, make sure to download both the .zip file and the install_addon.m script file. Add the folder where these files are downloaded to matlab path using addpath and then try using install_addon. The code will be something like
addpath('C:\Users\username\Downloads');
install_addon('smlink.<release>.win64.zip');
Hope this helps!

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by