crating a graph on matlab - using the graph function -


i trying create graph in matlab, not plot of function actual graph vertex , edges, thing wont let me create graph according examples. doing wrong? there library need install or something?

when try code:

g1 := graph([1,a,3], [[1,a],[1,3]]): graph::printgraphinformation(g1) 

its documentation, gives me error:

undefined function 'g1' input arguments of type 'char'. 


Comments

Popular posts from this blog

Winapi c++: DialogBox hangs when breaking a loop -

vb.net - Font adding using PDFsharp -

javascript - jQuery iScroll clickable list elements while retaining scroll? -