simspace multibody in solid dosnt save any file on my computer

4 次查看(过去 30 天)
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 ?
»

回答(1 个)

Garmit Pant
Garmit Pant 2024-8-9
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!

类别

Help CenterFile Exchange 中查找有关 Simscape Multibody 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by