Image Graphs How to use it
Show older comments
I have downloaded Image Graphs matlab code but i am not able to run it. I am getting errors like this..
Undefined function or variable 'graph'.
Error in binaryImageGraph3 (line 111) g = graph(edge_table,node_table);
Error in binaryImageGraph (line 91) [g,nodenums] = binaryImageGraph3(bw,conn);
Error in imageGraph (line 74) g = binaryImageGraph(true(sz),conn);
Error in DemoSurfacePlots (line 16) g = imageGraph([480 640],8);
Please help me to run this code.
Accepted Answer
More Answers (0)
Categories
Find more on Image Arithmetic 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!