vector sum and magnitude

10 vues (au cours des 30 derniers jours)
Robert
Robert le 16 Mai 2012
Commenté : Aakash Deep le 1 Juin 2018
I need to create a function that will take two 3D geometric vectors as its arguments, sums them, and returns the resultant vector and its magnitude
  2 commentaires
Geoff
Geoff le 16 Mai 2012
And your question is ..... ?
Aakash Deep
Aakash Deep le 1 Juin 2018
Your statement is contradicting. If the values are in 1 dimension then it is a vector, if the values are in 2 dimensions then it is a matrix and if the values are in 3 or more dimensions then it is a tensor. So, 3D vector does not make any sense.

Connectez-vous pour commenter.

Réponses (1)

Geoff
Geoff le 16 Mai 2012
Maybe this will help:
function [vec, mag] = DoMyHomeworkForMe( v1, v2 )
% Your calculation goes here
end
  10 commentaires
Geoff
Geoff le 16 Mai 2012
You're kidding... copy that exact code I wrote declaring two vectors (x and y) and paste it into MatLab.
Robert
Robert le 16 Mai 2012
i was copying it wrong! sorrrrryyy

Connectez-vous pour commenter.

Catégories

En savoir plus sur Just for fun dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by