
How can I use some downloaded function?
144 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Muhamed Sewidan
il 27 Lug 2020
Commentato: Muhamed Sewidan
il 27 Lug 2020
I downloaded some functions files with a script file from Mathworks website. Every time I run this script, it tells me that these function are not recognized. How can I make MATLAB call them as the built-in functions?
0 Commenti
Risposta accettata
BN
il 27 Lug 2020
Modificato: BN
il 27 Lug 2020
Hello
In order to use downloaded function you can click on the Set Path in the home menu:

And then click on the add folder and choose the folder that contains your desire function; then click save.
Alternatively, you can use this:
addpath D:\whatever_your_function_is
% then
savepath
3 Commenti
Più risposte (1)
Steven Lord
il 27 Lug 2020
Where on the MathWorks website did you download the files? If you downloaded them from the File Exchange, I recommend using the Add-On Explorer to simplify the process of making those files available to MATLAB.
0 Commenti
Vedere anche
Categorie
Scopri di più su Downloads in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!