installed toolbox is not added to Matlab path
Afficher commentaires plus anciens
I created a toolbox called Alexandria. This toolbox is now available on File Exchange (https://fr.mathworks.com/matlabcentral/fileexchange/108834-alexandria). To test that everything is fine, I downloaded and installed my own toolbox on my Matlab. The installation goes fine, but then I cannot use anything from my toolbox. For instance, the toolbox has a class for Bayesian linear regression called SimpleBayesianRegression. But when I use the command
lr = SimpleBayesianRegression(y,X)
I receive an error:

So it seems that in order to use the toolbox, I first need to add the toolbox root folder and its subfolders to the Matlab path. But aren't toolboxes precisely supposed to take care of all the path management at installation, so that the user doesn't have to do that himself? Or I am missing something, and it is normal that the path has to be added manually after the install?
Thanks a lot for any reply.
1 commentaire
Romain Legrand
le 25 Mar 2022
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
