MATLAB: What does allchild(0) mean, specially why is the number 0 there

0allchildallchild(0)findobjwith

i was wondering what does it mean. also it would be great if somebody could explain this –> findobj(allchild(0), 'flat', 'tag', 'Simulation_Fig')

Best Answer

My guess is that this is equivalent to groot, similar to the file identifiers generated by fopen:
"MATLABĀ® reserves file identifiers 0, 1, and 2 for standard input, standard output (the screen), and standard error, respectively."