Resultant of 3 Vectors - find value and degree
Show older comments
Hi there, im working on vectors, how can i find the resultant of 3 vectors? ( value & degree )

Answers (1)
Roger Stafford
on 24 Apr 2015
0 votes
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
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!