depeval - check for dependencies

Test if a function will work without access to specific toolboxes
166 Downloads
Aktualisiert 5. Jan 2015

Lizenz anzeigen

Temporarily removes toolboxes from the matlab path and then executes a
statement. Useful for finding the exact location of dependencies.

SYNTAX:
depeval(evalstring,toolbox1,toolbox2,toolbox3,...)

INPUTS:
evalstring: a string containing a statement to evaluate
toolboxN: a string with the name of the toolbox to remove from the path.

EXAMPLE:
depeval('ezplot(@sin)','images','stats','map'); %test if ezplot(@sin)
works with no access to images,stats, and map toolboxes.

BEWARE: this function temporarily modifies your path. If something fails
you may need to restart matlab.

See also: fdep from the matlab fileexchange.

Aslak Grinsted 2014

Zitieren als

Aslak Grinsted (2026). depeval - check for dependencies (https://de.mathworks.com/matlabcentral/fileexchange/48824-depeval-check-for-dependencies), MATLAB Central File Exchange. Abgerufen.

Kompatibilität der MATLAB-Version
Erstellt mit R2014b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Whos finden Sie in Help Center und MATLAB Answers
Quellenangaben

Inspiriert von: Get Dependent Files

Version Veröffentlicht Versionshinweise
1.1.0.0

improved help. added screenshot

1.0.0.0