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

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -