Borrar filtros
Borrar filtros

Matrix error in 2015b

1 visualización (últimos 30 días)
ahmad karim
ahmad karim el 11 de Oct. de 2016
Respondida: Walter Roberson el 11 de Oct. de 2016
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 comentario
Steven Lord
Steven Lord el 11 de Oct. de 2016
What are the sizes of tTest and y?

Iniciar sesión para comentar.

Respuestas (1)

Walter Roberson
Walter Roberson el 11 de Oct. de 2016
A quick glance at the code suggests to me that your training set has more columns than your outputs, or something similar to that.

Categorías

Más información sobre Deep Learning Toolbox 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!

Translated by