Index exceeds matrix dimensions.
Infos
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Afficher commentaires plus anciens
if(X(n,5)==X(i(c),5));
12 commentaires
div
le 20 Juin 2018
KSSV
le 20 Juin 2018
We cannot help unless the purpose and dimensions of the variables needed. Copy the complete code here.
Torsten
le 20 Juin 2018
Variable "n" is undefined.
div
le 20 Juin 2018
div
le 20 Juin 2018
div
le 20 Juin 2018
Jan
le 20 Juin 2018
What does "X is a file" mean? The name of the file?
In the body of the question, there is a lower-case "i", but in the code in the comment an upper-case "I".
Does the code in the comment solve your question?
In
for j=1:4
di=abs(X(f,j)-X(i,j));
Z(i)=di;
end
You overwrite the value of Z(i) 3 times. Afterwards Z(i) contains only the value for j=4.
Réponses (0)
Cette question est clôturée.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!