MATLAB: SimMechanics Link

simmechanics linkSimscape Multibodysolidworks

I have Solidworks 2010, and MATLAB r2010b.
I got to the MathWorks site to download the smlink.r2010b.win32.Zip and copy and paste the install_addon into a script/function m files.
I run install_addon('smlink.r2010b.win32') but the error as below comes out.
??? Error using ==> install_addon at 21
Archive smlink.r2010b.win32 does not exist.
Installation failed.

Best Answer

Did you try:
install_addon('smlink.r2010b.win32.Zip')
If this doesn't help, could you point to the page you downloaded these files from?
Related Question