Info

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

Subscripted assignment dimension mismatch.

3 Ansichten (letzte 30 Tage)
dharani m
dharani m am 1 Nov. 2015
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
Error in MPR (line 18) qmprt(1,k)=id;

Antworten (1)

Jan
Jan am 1 Nov. 2015
I suggest to search the error message in the internet at first.
Then set a breakpoint in this line and run the code again. When Matlab stops in this line, inspect the dimension of the locally used arrays:
size(k)
size(qmprt(1, k))
size(id)
Now you will find out - most likely - that the left hand side and the right hand side have different sizes and an assignment is impossible in consequence.

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