How can I use codes downloaded in MATLAB file exchange?

4 vues (au cours des 30 derniers jours)
Shion
Shion le 15 Mai 2023
Réponse apportée : Rik le 15 Mai 2023
Does anyone know how to use the codes shared in file exchange in MATLAB online?
If you know, I would appreciate if you could tell me how.
  1 commentaire
Stephen23
Stephen23 le 15 Mai 2023
There is absolutely no difference to code you write yourself: simply unzip it onto the MATLAB search path or into the current directory. The details depend on the particular submission that you downloaded (which you have not told us), e.g. if it is a toolbox, if it requires all of its subfolders to be added to the path, etc.

Connectez-vous pour commenter.

Réponses (1)

Rik
Rik le 15 Mai 2023
With a sufficiently new release you can use the AddOn Manager to add submissions automatically. That should even take care of update notifications.
I you want to avoid that, everything depends on which submission you want to download and use. When you download a submission you will get a zip file with all code files. When you put those files in any folder on your path, you can use the functions. Toolboxes need a slightly method of installation, but that should be self-explanatory when you open the file.

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