I am having problems with the install_addon.m

80 visualizaciones (últimos 30 días)
Carlos Hernández
Carlos Hernández el 8 de Abr. de 2021
Respondida: Monisha Nalluru el 12 de Abr. de 2021
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'.

Respuestas (1)

Monisha Nalluru
Monisha Nalluru el 12 de Abr. de 2021
The reason for above error: Unrecognized function or variable 'install_addon' is install_addon.m is not present in the path of MATLAB.
The files need to be in MATLAB path. If not, add the files to path it using addpath and savepath functions.

Categorías

Más información sobre Simscape Multibody en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by