フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Error using vertcat Dimensions of arrays being concatenated are not consistent.

1 回表示 (過去 30 日間)
sudheer yadav
sudheer yadav 2021 年 3 月 24 日
閉鎖済み: Walter Roberson 2021 年 3 月 24 日
J =[cross(Z_hatB_1,P_B_E1) ,cross(Z_hatB_2,P_B_E2), cross(Z_hatB_3,P_B_E3) ,
cross(Z_hatB_4,P_B_E4) , cross(Z_hatB_5,P_B_E5) , cross(Z_hatB_6,P_B_E6) ,
cross(Z_hatB_7,P_B_E7);
Z_hatB_1 ,Z_hatB_2 ,Z_hatB_3 ,Z_hatB_4 ,Z_hatB_5 ,Z_hatB_6
,Z_hatB_7 ]
im getting below error:
Error using vertcat
Dimensions of arrays being concatenated are not consistent.
Error in Untitled5 (line 107)
J =[cross(Z_hatB_1,P_B_E1) ,cross(Z_hatB_2,P_B_E2), cross(Z_hatB_3,P_B_E3) ,
  1 件のコメント
Walter Roberson
Walter Roberson 2021 年 3 月 24 日
https://www.mathworks.com/matlabcentral/answers/781573-error-using-vertcat-dimensions-of-arrays-being-concatenated-are-not-consistent?s_tid=srchtitle duplicate

回答 (0 件)

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by