File Exchange and Add-On Explorer
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Martin Andersen
le 13 Jan 2018
Commenté : Rik
le 13 Juil 2021
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 commentaires
Roy Kadesh
le 13 Jan 2018
Maybe it has something to do with the Matlab version. Do the users have 2017b?
Réponse acceptée
Plus de réponses (2)
Jan
le 13 Jan 2018
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
le 4 Sep 2020
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 commentaire
Rik
le 13 Juil 2021
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.
Voir également
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!