Resultant of 3 Vectors - find value and degree

Hi there, im working on vectors, how can i find the resultant of 3 vectors? ( value & degree )

Answers (1)

First figure out the two coordinates of each of the three vectors and then just add the three vectors element-wise to get the resultant vector. To get what I think you mean by its "value", take its 'norm'. You can use 'atan2d' in an obvious way to find the angle between the x-axis and the vector.

Categories

Find more on Simulink in Help Center and File Exchange

Asked:

on 24 Apr 2015

Answered:

on 24 Apr 2015

Community Treasure Hunt

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

Start Hunting!