cch - close, clear, home

CCH saves keystrokes in resetting MATLAB by running the commands close, clear, and home.
ダウンロード: 495
更新 2016/2/23

ライセンスの表示

CCH accepts arguments to be passed to the CLEAR command. If one of the arguments is '-BREAKS', breakpoints will not be cleared.
By default (modifiable), CCH by itself with no arguments is the same as CCH -BREAKS.
Over the years, I've used a micro-script version of this on the order of dozens or even hundreds of times in a typical day of using MATLAB. It's also the first line of many of my utility scripts and shortcuts.
There are two similar submissions on the file exchange, but both use "clc" instead of "home", which in my experience sometimes results in throwing away useful command window history information when you wish you hadn't. I'm therefore a proponent using "home" over "clc" — perhaps I can convert some users with this submission.

引用

Sky Sartorius (2024). cch - close, clear, home (https://www.mathworks.com/matlabcentral/fileexchange/43264-cch-close-clear-home), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2013a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersWorkspace Variables and MAT-Files についてさらに検索
謝辞

ヒントを得たファイル: clr == clear all; close all; clc;, Clear Most, ccc

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.22.0.0

Simplified fclose.

1.21.0.0

'all' argument no longer default for the sake of speed.

1.2.0.0

breakpoint preservation; passing args to clear command

1.1.0.0

breakpoint preservation; passing args to clear command

1.0.0.0