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

7 次查看(过去 30 天)
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!

回答(1 个)

Rashed Mohammed
Rashed Mohammed 2020-5-27
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!

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

标签

产品


版本

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by