i keep getting an error in my code about my array. pls help . code and error below thank you

1 Ansicht (letzte 30 Tage)
cp5ques2.PNG
  2 Kommentare
Walter Roberson
Walter Roberson am 31 Okt. 2019
We have no information about the size of x, xold,vold, aold, xtip1, xorig1, xtip2, xorig2, U, T, Us, Up, E, or R1 .
alexis cordova
alexis cordova am 31 Okt. 2019
Xold, vold, aold, xtip1,2, xorig1,2 are all 2by1 . R1 is a 2x2. Rest are scalar just a number

Melden Sie sich an, um zu kommentieren.

Antworten (1)

CAM
CAM am 31 Okt. 2019
When you are concatenating horizontally, the number of rows must be consistent. According to your comment, all variables are 1x1, but R1 is 2x2. Thus R1 is causing the error. Either change R1 to a single row, or put the variables into a cell array, which will allow for the different variable sizes.
Why are you taking the tranpose of scalers (xold', vold', ...) ?
  3 Kommentare
alexis cordova
alexis cordova am 31 Okt. 2019
so my 2x1 are xold, vold, aold, xtip 1 , xtip 2 , xorig1, xorig 2, are 2 x1,
R1 is a 2x2
and the rest are scalars

Melden Sie sich an, um zu kommentieren.

Kategorien

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

Produkte


Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by