필터 지우기
필터 지우기

I am trying to plot a graph of a matrix and the following error showed up

조회 수: 2 (최근 30일)
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);

채택된 답변

Walter Roberson
Walter Roberson 2018년 7월 12일
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개)

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by