how to use children function?
Mostrar comentarios más antiguos
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 comentarios
Image Analyst
el 18 de Ag. de 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
el 18 de Ag. de 2013
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Introduction to Installation and Licensing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!