nuke

Script to nuke/reset your Matlab workspace
336 descargas
Actualizado 17 ago 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.

Citar como

Jonathan Suever (2024). nuke (https://github.com/suever/nuke), GitHub. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2014a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Workspace Variables and MAT-Files en Help Center y MATLAB Answers.
Agradecimientos

Inspirado por: 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!

No se pueden descargar versiones que utilicen la rama predeterminada de GitHub

Versión Publicado Notas de la versión
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

Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.
Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.