image thumbnail

updated 6 months ago

clearnot by Andrew Bliss

CLEARNOT clears all variables except the input variables (clear)

clearnot(varargin)

image thumbnail

updated 1 year ago

Clear Most by Jonathan Sullivan

Allows the user to clear all but leave the breakpoints in place. (clear, breakpoints, functions)

clear(varargin)

image thumbnail

updated 1 year ago

clr == clear all; close all; clc; by Brenden Epps

clr clears your workspace and command window, so you can start fresh. (clear, close, clc)

clr.m

image thumbnail

updated 2 years ago

bwclearborder by Sean de

Same thing as IMCLEARBORDER, but faster for 2 and 3-dimensional binary images. (bwclearborder, binary, bw)

bwclearborder(bw,conn)

image thumbnail

updated 4 years ago

Benchmark clear() behavior with OOP handle by Benjamin Heasly

Examine Matlab's "clear" behavior with different handle reference configurations. (oop, object, reference)

handleClearBenchmarks

simpleHandle

image thumbnail

updated almost 5 years ago

whom/whoms by Matt Fig

Similar to WHO/WHOS, but allows user to click-to-clear. (workspace, clear, delete)

whom()

whoms()

image thumbnail

updated almost 7 years ago

Keep4 by Mirko Hrovat

Keeps the listed variables in the calling workspace with a command format similar to "clear" (keep, variable, clear)

keep(varargin)

image thumbnail

updated 7 years ago

KEEPDB by Alex Bar-Guy

KEEPDB is the same as CLEAR but it does not remove debugging breakpoints. (clear, debugger, breakpoints)

keepdb( filename )

image thumbnail

updated 8 years ago

FRESH by Pawel Mroszczyk

Keeps specified variables and figures, and clears/closes all remaining. Also clears command window. (clear, keep, keep3)

fresh (varargin)

image thumbnail

updated almost 9 years ago

clear_except by Amit Gaharwar

The clear_except function preserves the variables that are specified as its input arguments. (path, directories, files)

clear_except(varargin)

image thumbnail

updated almost 9 years ago

clear_type by Amit Gaharwar

This function clears all the variables defined by its input argument. (clear, type, clears)

clear_type(type)

image thumbnail

updated almost 9 years ago

clear_instr by Amit Gaharwar

This function clears all the instrument objects. (example, application, clear)

clear_instr

image thumbnail

updated 9 years ago

Clear WorkSpace, Command Window and History simultaneously by Shanrong Zhang

Clear all simultaneously. (clear, workspace, history)

cls.m

image thumbnail

updated 9 years ago

KEEP3 by Martin Barugel

Keeps the specified variables and clears the rest. Allows the use of the wildcard *... (keep, clear, variable)

keep3(varargin)

image thumbnail

updated 11 years ago

instreset by Richard Medlock

A simple function to clear and delete all instruments. (example, application, instrument control to...)

instreset

Contact us