Replacement for CLEAR to avoid destructive behavior

版本 1.0.0.1 (1.6 KB) 作者: Carl Witthoft
this clear.m ensures you'll never accidentally type "clear" or "clear all" and wipe your workspace.
11.0 次下载
更新时间 2019/4/29

查看许可证

this function masks the builtin "clear" and carefully checks to make sure that "all" (or the default zero-argument case, which MathWorks foolishly made equivalent to "all") is not in the argument list. It accepts any mixture of string and cell arrays of string arguments.
Further, this function checks whether it was called from the console. If not , i.e. was called from within a function, it reverts to the builtin "clear" function so that function environments can be cleared as would normally happen.
With thanks to Cris Luengo and Andrew Janke over at StackOverflow.

引用格式

Carl Witthoft (2024). Replacement for CLEAR to avoid destructive behavior (https://www.mathworks.com/matlabcentral/fileexchange/71405-replacement-for-clear-to-avoid-destructive-behavior), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2015b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Whos 的更多信息
标签 添加标签

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.1

cleaned up comments

1.0.0