File Exchange and Add-On Explorer
조회 수: 5 (최근 30일)
이전 댓글 표시
I recently uploaded a small toolbox on File Exchange. I thought that users would be able to find it and install it using the Add-On Explorer in MATLAB, but the toolbox does not show up there when I search for it. How do I make it appear in the Add-On Explorer?
댓글 수: 2
Roy Kadesh
2018년 1월 13일
Maybe it has something to do with the Matlab version. Do the users have 2017b?
채택된 답변
추가 답변 (2개)
Jan
2018년 1월 13일
You forgot to mention, where you look for this function. You can download the functions as ZIP file or as Toolbox. Do you select a folder for downloading or do you download into the default folder (if so, which one did you setup for this?)?
Did you read the documentation about installing add-ons already? https://www.mathworks.com/help/matlab/matlab_env/get-add-ons.html and https://www.mathworks.com/help/matlab/matlab_env/manage-your-add-ons.html .
Jay Vaidya
2020년 9월 4일
Please try to run the following in the MATLAB Command Window:
>> opengl software
And then try opening the Add on explorer again. It worked for me.
If that works, you can save the preference so that MATLAB always opens with Software OpenGL by running:
>> opengl('save','software')
댓글 수: 1
Rik
2021년 7월 13일
It doesn't look like this answer actually would solve the problem in the question. Please consider being a bit more selective when posting the same answer to multiple questions.
참고 항목
카테고리
Help Center 및 File Exchange에서 Downloads에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!