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

조회 수: 7 (최근 30일)
William Hilbert
William Hilbert 2020년 4월 18일
답변: Rashed Mohammed 2020년 5월 27일
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