matlab - Why does close(gcf) retain a graphical handle in the workspace? -


say plot data in

h = figure; plot(1:10); 

this creates both new window , object in workspace (h). if close window (mouse or command line)

close(h); 

it close window h still in workspace. get(h) returns

invalid or deleted object.

why that? don't rationale of keeping object handle deleted figure can nothing with.


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -