Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR MATLAB

octave clear figure

clf; 			% Clears the current figure
cla; 			% Clears the current axis
shg 			% Brings the current figure to the top of the window stack
delete (handle);% Deletes the referenced graphics object
close 			% Closes the figure window
Source by octave.org #
 
PREVIOUS NEXT
Tagged: #octave #clear #figure
ADD COMMENT
Topic
Name
5+2 =