Magnitude of difference from one vector (number) to another

2 vues (au cours des 30 derniers jours)
Jasvir Bahl
Jasvir Bahl le 28 Avr 2017
Commenté : KSSV le 28 Avr 2017
Hi,
I have defined two vectors: X = -135.89 Y = -84.96066717
I want to determine how far away Y is compared to X (i.e. the return answer should be close to 50).
Can someone please help?
  1 commentaire
KSSV
KSSV le 28 Avr 2017
Your X and Y are not vectors, they are scalars. You can get what you want using:
d = abs(abs(X)-abs(Y))

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Financial Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by