Add-On BEAR
6 次查看(过去 30 天)
显示 更早的评论
I try to get the add-on BEAR into MATLAB but I receive the error message "Community-authored Add-Ons are temporarily unavailable". Is this really a temporary problem or something else?
2 个评论
Image Analyst
2025-9-8
That's exactly what it says: "Community-authored Add-Ons are temporarily unavailable"
Was this something you found though the Add-Ons tool ribbon button?
回答(1 个)
NVSL
2025-9-11
Hey Hans,
I see you are facing temporary issues when you tried to install BEAR from Add-on Explorer. I have tried doing the same but couldn’t reproduce the error you are facing since it is a temporary issue. However, you can try the following workaround to install the toolbox from the File Exchange.
- Access the File Exchange folder of BEAR toolbox at https://in.mathworks.com/matlabcentral/fileexchange/103370-bear
- Download the toolbox to the desired location using the “Download” button on the right side.
- Use the following command to install the toolbox from the “.mltbx” file downloaded.
matlab.addons.install('C:\path\to\BEAR.toolbox.mltbx')
This should install the desired toolbox without any error.
Hope this helps!
0 个评论
另请参阅
类别
在 Help Center 和 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!