Robochameleon  v1.0
close_biographs.m
Go to the documentation of this file.
1 function close_biographs()
2 
3 handles = allchild(0);
4 biographs = strcmp('BioGraphTool',get(handles,'Tag'));
5 close(handles(biographs));
function get(in obj)
Retrieve the signal.