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

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -