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
Post a Comment