Parallelogram rule for vectors

5 ビュー (過去 30 日間)
rui gao
rui gao 2019 年 10 月 25 日
コメント済み: rui gao 2019 年 10 月 25 日
Is there some methods to calculate the summation of these four red vectors showed below?
For example,
V1 = [4,3];
V2 = [-3,4];
V3 = [-2,-1];
V4 = [1,-5];
Any helps would be appreciated.

回答 (1 件)

Fabio Freschi
Fabio Freschi 2019 年 10 月 25 日
Vtot = V1+V2+V3+V4
  3 件のコメント
Fabio Freschi
Fabio Freschi 2019 年 10 月 25 日
V1+V2+V3+V4 (Sun of vectors) IS [4,4] What do you want to have?
rui gao
rui gao 2019 年 10 月 25 日
I am sorry that I haven't explained it clearly. Maybe the link below can help me explain what I want.
Now, I have a thought to programming in MATLAB, and I suppose I can get the wanted result. But I still need to try it later. For the path, I attached here as a picture. But I am still wondering whether there is some functions or package from MATLAB to solve my problems directly.
123.png

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

カテゴリ

Help Center および File ExchangeMatrix Indexing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by