Azzera filtri
Azzera filtri

components of a vector with sign, having direction and magnitude

4 visualizzazioni (ultimi 30 giorni)
I have the direction of a vector lets say passing trough [0.3 4 5], [5 7 32] (x,y,z), and the magnitude 45; how can I calculate the components of that vector along x,y and z in an easy way?

Risposta accettata

Walter Roberson
Walter Roberson il 13 Nov 2022
take the difference between the endpoints, getting vector components. Divide the vector by the length of the vector. Multiply the result by the desired magnitude. Add the first point to get the resulting point.

Più risposte (0)

Categorie

Scopri di più su Creating and Concatenating Matrices in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by