how to use children function?
显示 更早的评论
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 个评论
Image Analyst
2013-8-18
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
2013-8-18
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!