Having trouble installing the add-on for the Solidworks Simscape?
3 ビュー (過去 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!
0 件のコメント
回答 (1 件)
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!
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!