現在この提出コンテンツをフォロー中です。
- フォローしているコンテンツ フィードに更新が表示されます。
- コミュニケーション基本設定に応じて電子メールを受け取ることができます
CLE Clear all variables from memory EXCEPT the ones you specify
You may use wildcards (e.g., cle a*) just as with the builtin CLEAR.
Matching is case sensitive
Examples
cle sam % clear all variables EXCEPT the 'sam' variable
cle x y z % clear all variables EXCEPT for x, y, and z
cle a* b* % clear all variables EXCEPT those starting with a or b
cle('name') % function form is OK too
引用
Sam Hallman (2026). cle (https://jp.mathworks.com/matlabcentral/fileexchange/33548-cle), MATLAB Central File Exchange. に取得済み.
| バージョン | 公開済み | リリース ノート | Action |
|---|---|---|---|
| 1.0.0.0 |
