nuke

Script to nuke/reset your Matlab workspace
336 téléchargements
Mise à jour 17 août 2015

nuke - A dangerous command that obliterates the workspace and figures
NUKE clears the command window, deletes all currently open figures,
clears all instances of Matlab classes, stops and removes all timers,
and clears the workspace. This script is very useful when modifying
class definition files etc. where a simple "clear all" will not
suffice.

USAGE:
nuke

See also:
CLC, CLEAR, CLOSE

Copyright (c) 2014, Jonathan Suever
All rights reserved.

Citation pour cette source

Jonathan Suever (2024). nuke (https://github.com/suever/nuke), GitHub. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2014a
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

Inspiré par : clr == clear all; close all; clc;

Community Treasure Hunt

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

Start Hunting!

Les versions qui utilisent la branche GitHub par défaut ne peuvent pas être téléchargées

Version Publié le Notes de version
1.1.0.0

Adds CLR as an acknowledgement since it does a similar thing. This script, however, does a lot more error checking to prevent issues.

1.0.0.0

Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.
Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.