I am trying to plot a graph of a matrix and the following error showed up
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Chandrika Avvaru
el 12 de Jul. de 2018
Respondida: Walter Roberson
el 12 de Jul. de 2018
Error using rng
Too many input arguments.
Error in matlab.internal.graph.MLGraph/forceLayout>layoutOneConnComp (line 82)
oldstate = rng(0,'twister');
Error in matlab.internal.graph.MLGraph/forceLayout (line 55)
[x,y] = layoutOneConnComp(x,y,sources,targets,iterations);
0 comentarios
Respuesta aceptada
Walter Roberson
el 12 de Jul. de 2018
You have some non-standard rng.m on your path. Check with
which -all rng
You should see only something like toolbox/matlab/randfun/rng.m
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!