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.0 次下载
更新时间 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