how to use children function?
Show older comments
I was reading the depth first search code on matlabtools. But when I tried their code, for
ns = children(adj_mat, u); where adj_mat is an adjacency matrix
matlab gave error message: Undefined function 'children' for input arguments of type 'double'.
Anybody knows what is going on?
Thanks.
2 Comments
Image Analyst
on 18 Aug 2013
How could I? I don't know what matlabtools is. Do you have a URL? At this point all I can say is that you do not have any function or variable called children - same as what the error says.
Wayne
on 18 Aug 2013
Accepted Answer
More Answers (0)
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!