フィルターのクリア

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

2 ビュー (過去 30 日間)
Chandrika Avvaru
Chandrika Avvaru 2018 年 7 月 12 日
回答済み: Walter Roberson 2018 年 7 月 12 日
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 Center および File Exchange2-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