I am having problems with the install_addon.m
83 次查看(过去 30 天)
显示 更早的评论
I am trying to enable the Simscape Multibody Link SolidWorks Plug-in. But when I am trying to install the addon using the install_addon.m file in the MATLAB Command Prompt, it says that it does not recognize the function. I have both the zip and the m file in the same folder and the path is directed to that folder.
>> install_addon('smlink.r2020b.win64.zip')
Unrecognized function or variable 'install_addon'.
0 个评论
回答(3 个)
Monisha Nalluru
2021-4-12
1 个评论
Andrew Sol
2024-7-29
And I have both the archive in the folder and the installaddon.m file. And it still doesn't work, the same problem. I've already tried addpath, and so on, nothing helps.
Tuba
2024-7-26
After I added the zip file and installaddon in a folder to the Matlab path, instead of using install_addon function it suggested using installaddon instead. That's how it worked for me
1 个评论
Andrew Sol
2024-7-29
And I have both the archive in the folder and the installaddon.m file. And it still doesn't work, the same problem. I've already tried addpath, and so on, nothing helps.
Ayham Aljawabrah
2024-9-9
When I downloaded the function, it has the name 'installaddon', not 'install_addon'. Make sure of the function name, and if it is the first one, modify ithe commond.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Simscape Multibody 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!