simspace multibody in solid dosnt save any file on my computer

4 views (last 30 days)
Hello so i followed the instrucrtions and i have the link in solidwork enabled i get the message that "simscape multibody link export completer" but the is no xml file in the folder i save or anywhere on my pc in addition the matlab opens a commend window that says
"To get started, type doc.
For product information, visit www.mathworks.com."
what do i do ?
»

Answers (1)

Garmit Pant
Garmit Pant on 9 Aug 2024
Hi Yogev
The problem that you are encountering can be because of outdated plugin or improper installation.
Kindly follow these steps to update your plugin with a fresh install:
  • Disable the current version by entering ‘smlink_unlinksw’ at the MATLAB command prompt.
  • Go to the Simscape Multibody Link download page and get the files that match your release. After downloading, do not extract the ZIP File.
  • Run MATLAB as Administrator. Add the installation files’ location to path and then install as follows"
addpath('C:\path\to\your\installation\files');
install_addon('smlink-<your version>-win64.zip');
I hope you find the above explanation and suggestions useful!

Categories

Find more on Simscape Multibody in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!