cvar: a pedestrian variable name checker

버전 1.1.0.0 (3.1 KB) 작성자: us
CVAR checks the names of variables for potential conflicts with know functions or built-ins
다운로드 수: 498
업데이트 날짜: 2010/6/1

라이선스 보기

CVAR checks the names of
- variable(s) in the current workspace
- variable(s) not yet defined
for conflicts with known
- ML stock functions
- built-in functions
- user defined functions

cvar; % check current variables in the callers workspace...
cvar a b pi; % check validity of input...

see
>> help cvar;
and the screenshot for information and examples for this rather self-explanatory snippet

인용 양식

us (2024). cvar: a pedestrian variable name checker (https://www.mathworks.com/matlabcentral/fileexchange/27797-cvar-a-pedestrian-variable-name-checker), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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

displays validity during runtime; version tag 31-May-2010 10:26:45

1.0.0.0