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 Center および MATLAB AnswersVariables についてさらに検索
タグ タグを追加

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