Simscape Multibody Link download
古いコメントを表示
回答 (1 件)
Steven Lord
2022 年 7 月 27 日
0 投票
Are you trying to follow the steps given on this documentation page? If so, at which step or sub-step are you experiencing difficulty and what is the nature of that difficulty? If you receive an error or warning message including the full and exact text of those messages (all the text displayed in red and/or orange in the Command Window, or any text displayed in a dialog window) could be useful.
15 件のコメント
Mohsen Khajoee
2022 年 7 月 28 日
Marcelo Fajardo
2022 年 7 月 28 日
Hi
I'm having the same issue with previous versions of simscape multibody link. The page shows 'Oops! This page does not exist.'
William Kuo
2022 年 8 月 1 日
編集済み: William Kuo
2022 年 8 月 1 日
I have the same issue. When can we expect this issue to be fixed?
Mohsen Khajoee
2022 年 8 月 2 日
William Kuo
2022 年 8 月 2 日
I got added paths to both the install_addon file and smlink-r2022a-win64.zip. They are both in the same folder. I ran it and this error message occurred. Do you guys have the same issue? I am running Matlab in administrator mode.
Error Code:
Installing smlink-r2022a-win64...
Archive architecture () does not match the MATLAB architecture (win64).
Installation of smlink-r2022a-win64 failed.
Mohsen Khajoee
2022 年 8 月 3 日
William Kuo
2022 年 8 月 3 日
I tested it with the older versions too and the same issues came up.
Mohsen Khajoee
2022 年 8 月 3 日
Steven Lord
2022 年 8 月 3 日
Please submit a Service Request and work with the Technical Support staff to determine the cause of the issues you're experiencing and how to avoid or correct them.
Quang Luong
2022 年 8 月 4 日
Does anyone can fix the problem ??
Tou Tzu-Hsiang
2022 年 8 月 4 日
I got the same problem, and I comment out these part in the install_addon.m, which i downloaded from the website.
% check addon arch against matlab arch
matlab_arch = computer('arch');
if (~strcmpi(matlab_arch, addon_arch))
error('Archive architecture (%s) does not match the MATLAB architecture (%s).\nInstallation of %s failed.', addon_arch, matlab_arch, addon_name)
end
% check addon ver against matlab ver
matlab_rel = version('-release');
if (~strcmpi(matlab_rel, addon_rel))
error('Archive release (%s) does not match the MATLAB release (%s).\nInstallation of %s failed.', addon_rel, matlab_rel, addon_name)
end
This helps me complete the install, and most function works well.
Quang Luong
2022 年 8 月 5 日
can you explain it in more details ?
Tou Tzu-Hsiang
2022 年 8 月 5 日
編集済み: Tou Tzu-Hsiang
2022 年 8 月 5 日
just open the install_addon.m, which you just downloaded, and find out the code i posted. Comment out or delete them. And repeat the step form the install guide.
Quang Luong
2022 年 8 月 5 日
i did it, can you check this image for me. Thank you very much

Nhut Minh
2022 年 8 月 21 日
help me . i dont get it . it's also get an error
カテゴリ
ヘルプ センター および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!