clr == clear all; close all; clc;

Version 1.1.0.0 (986 octets) par Brenden Epps
clr clears your workspace and command window, so you can start fresh.
1,3K téléchargements
Mise à jour 11 juin 2012

Afficher la licence

Note de l’éditeur : This file was selected as MATLAB Central Pick of the Week

clr performs: clear all; close all; clc;

This clears your workspace, closes all figures, and clears command window.

clr is a quick way to "reset" Matlab.

The only point of this function is to save key strokes. If you use Matlab often and you value your time, then this function may appeal to you.

Citation pour cette source

Brenden Epps (2024). clr == clear all; close all; clc; (https://www.mathworks.com/matlabcentral/fileexchange/37058-clr-clear-all-close-all-clc), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2010a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Workspace Variables and MAT-Files dans Help Center et MATLAB Answers
Remerciements

A inspiré : cch - close, clear, home, nuke

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.1.0.0

updated Description

1.0.0.0