3 lines
63 B
Matlab
3 lines
63 B
Matlab
function n = nChildren(root)
|
|
%
|
|
n = ctmethods(10, 10, root.id);
|
function n = nChildren(root)
|
|
%
|
|
n = ctmethods(10, 10, root.id);
|