Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

error in matrix indexing

2 Ansichten (letzte 30 Tage)
Mohamed Ahmed
Mohamed Ahmed am 2 Aug. 2016
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
train: matrix of 569 row and 32 column
x:matrix of 569 row of zeros &
y:matrix of 569 row of ones
now, what exactly this command did?
w=train(x,:)
w=train(y,:)
Note, this will give an error that indicate the subscript should be logical or postive
but in general
does the command w=train(x,:) calculate the size of x and then return the row of the resulted size?

Antworten (1)

Walter Roberson
Walter Roberson am 3 Aug. 2016
You have a problem because you named your matrix train the same as the command you hope to invoke http://www.mathworks.com/help/nnet/ref/train.html .

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by