필터 지우기
필터 지우기

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 CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by