Simscape Multibody Link download

답변 (1개)

Steven Lord
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
Mohsen Khajoee 2022년 7월 28일
Thanks for your response.
Yes. In the first step, on this page https://www.mathworks.com/campaigns/offerings/download_smlink.html , When I click on the link to download simscame multibody link, this message apears: "
Oops! This page does not exist.
You may be able to find what you need here:
If you were sent to this page from a link on our site, please report the issue."
It seems that the download link is broken.
Marcelo Fajardo
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
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
Mohsen Khajoee 2022년 8월 2일
Now the download links work!!
William Kuo
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
Mohsen Khajoee 2022년 8월 3일
I have the same problem. At first I was happy the download links are finally working but another issue showed up. I'll bet if this issue get fixed, in future steps there would be a problem:(
William Kuo
William Kuo 2022년 8월 3일
I tested it with the older versions too and the same issues came up.
Mohsen Khajoee
Mohsen Khajoee 2022년 8월 3일
Is there any email address to let them know it is not wrking?
Steven Lord
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
Quang Luong 2022년 8월 4일
Does anyone can fix the problem ??
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
Quang Luong 2022년 8월 5일
can you explain it in more details ?
Tou Tzu-Hsiang
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
Quang Luong 2022년 8월 5일
i did it, can you check this image for me. Thank you very much
Nhut Minh
Nhut Minh 2022년 8월 21일
help me . i dont get it . it's also get an error

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품

릴리스

R2022a

태그

질문:

2022년 7월 27일

댓글:

2022년 8월 21일

Community Treasure Hunt

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

Start Hunting!

Translated by