How to use File exchange

21 vues (au cours des 30 derniers jours)
Fabio Ambrosini
Fabio Ambrosini le 23 Juin 2022
I have just downloaded a package from file exchange, and it is a folder with inside some functions and other folders. Where do I have to put that folder in order to use all the new functions for all my codes? (I use Mac)

Réponses (2)

John D'Errico
John D'Errico le 23 Juin 2022
Modifié(e) : John D'Errico le 23 Juin 2022
It does not matter that you use a mac or not. Save the top level folder on your search path. So use pathtool or addpath. Then save the search path. Now those files are accessible to you.
NEVER put any folders named private on your search path. NEVER put folders that start with the character @ on your search path.
  1 commentaire
Fabio Ambrosini
Fabio Ambrosini le 23 Juin 2022
thank you

Connectez-vous pour commenter.


Steven Lord
Steven Lord le 23 Juin 2022
Instead of manually downloading the File Exchange submission try using the Add-On Explorer to have MATLAB automatically download and install it and make it available for use.

Catégories

En savoir plus sur Downloads dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by