Resultant of 3 Vectors - find value and degree

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

Answers (1)

Roger Stafford
Roger Stafford on 24 Apr 2015
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 Resizing and Reshaping Matrices in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!