depeval - check for dependencies

버전 1.1.0.0 (1.49 KB) 작성자: Aslak Grinsted
Test if a function will work without access to specific toolboxes
다운로드 수: 166
업데이트 날짜: 2015/1/5

라이선스 보기

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

인용 양식

Aslak Grinsted (2024). depeval - check for dependencies (https://www.mathworks.com/matlabcentral/fileexchange/48824-depeval-check-for-dependencies), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2014b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Whos에 대해 자세히 알아보기
도움

받음: Get Dependent Files

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0.0

improved help. added screenshot

1.0.0.0