cch - close, clear, home
CCH saves keystrokes in resetting MATLAB by running the commands close, clear, and home.
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Cite As
Sky Sartorius (2026). cch - close, clear, home (https://uk.mathworks.com/matlabcentral/fileexchange/43264-cch-close-clear-home), MATLAB Central File Exchange. Retrieved .
Acknowledgements
Inspired by: clr == clear all; close all; clc;, Clear Most, ccc
General Information
- Version 1.22.0 (1.8 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.22.0 | Simplified fclose. |
||
| 1.21.0 | 'all' argument no longer default for the sake of speed. |
||
| 1.2.0 | breakpoint preservation; passing args to clear command |
||
| 1.1.0 | breakpoint preservation; passing args to clear command |
||
| 1.0.0 |