Error Assignment has more non-singleton rhs dimensions than non-singleton subscripts

5 Ansichten (letzte 30 Tage)
Hello there, I'm a Matlab newbie. I'm getting this error when running a function
Assignment has more non-singleton rhs dimensions than non-singleton subscripts
Assignment has more non-singleton rhs dimensions than non-singleton subscripts
Error in AQDATABT (line 251)
mpc.branch(idr,3)=(Rphase(ind)*LUNG(i))/1000;
and I can't understand where's the error.
Rphase(ind) is 1.9 and LUNG(i) is 9.
Thanks for help
  4 Kommentare
Simone
Simone am 24 Sep. 2014
size( mpc.branch(idr,3) )
returs 1 1
size( Rphase(ind)*LUNG(i) )
instead 2 1
This is pretty strange because Rphase is a 246x1 array and LUNG is a 50x1 array.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Matrices and Arrays finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by