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

1 回表示 (過去 30 日間)
alexis cordova
alexis cordova 2019 年 10 月 31 日
コメント済み: Walter Roberson 2019 年 10 月 31 日
cp5ques2.PNG
  2 件のコメント
Walter Roberson
Walter Roberson 2019 年 10 月 31 日
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 2019 年 10 月 31 日
Xold, vold, aold, xtip1,2, xorig1,2 are all 2by1 . R1 is a 2x2. Rest are scalar just a number

サインインしてコメントする。

回答 (1 件)

CAM
CAM 2019 年 10 月 31 日
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 件のコメント
alexis cordova
alexis cordova 2019 年 10 月 31 日
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
Walter Roberson
Walter Roberson 2019 年 10 月 31 日
R1(:).' converts the 2 x 2 into 1 x 4

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeMatrices and Arrays についてさらに検索

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by