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

1 Ansicht (letzte 30 Tage)
William Hilbert
William Hilbert am 18 Apr. 2020
Beantwortet: Rashed Mohammed am 27 Mai 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!

Antworten (1)

Rashed Mohammed
Rashed Mohammed am 27 Mai 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!

Kategorien

Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by