Matrix error in 2015b

1 回表示 (過去 30 日間)
ahmad karim
ahmad karim 2016 年 10 月 11 日
回答済み: Walter Roberson 2016 年 10 月 11 日
Dears, i have problem as below this is the error msj please can any one help me ? Regards,
>> y = finalNetwork(z);
>> plotconfusion(tTest,y);
Index exceeds matrix dimensions.
Error in plotconfusion>update_plot (line 402)
y = y(:,known);
Error in plotconfusion (line 112)
plotData = update_plot(param,fig,plotData,update_args{:});
  1 件のコメント
Steven Lord
Steven Lord 2016 年 10 月 11 日
What are the sizes of tTest and y?

サインインしてコメントする。

回答 (1 件)

Walter Roberson
Walter Roberson 2016 年 10 月 11 日
A quick glance at the code suggests to me that your training set has more columns than your outputs, or something similar to that.

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by