Parallelogram rule for vectors
Mostrar comentarios más antiguos
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.

Respuestas (1)
Fabio Freschi
el 25 de Oct. de 2019
Vtot = V1+V2+V3+V4
3 comentarios
rui gao
el 25 de Oct. de 2019
Fabio Freschi
el 25 de Oct. de 2019
V1+V2+V3+V4 (Sun of vectors) IS [4,4] What do you want to have?
rui gao
el 25 de Oct. de 2019
Categorías
Más información sobre Matrix Indexing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
