cvar: a pedestrian variable name checker
by us
30 May 2010
(Updated 01 Jun 2010)
CVAR checks the names of variables for potential conflicts with know functions or built-ins
|
Watch this File
|
| File Information |
| Description |
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 |
| MATLAB release |
MATLAB 7.5 (R2007b)
|
| Other requirements |
optimized for r2010+ |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 01 Jun 2010 |
displays validity during runtime; version tag 31-May-2010 10:26:45 |
|
Contact us