Matrix error in 2015b
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaire
Réponses (1)
Walter Roberson
le 11 Oct 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.
0 commentaires
Voir également
Catégories
En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!