Magnitude of difference from one vector (number) to another

3 Ansichten (letzte 30 Tage)
Jasvir Bahl
Jasvir Bahl am 28 Apr. 2017
Kommentiert: KSSV am 28 Apr. 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 Kommentar
KSSV
KSSV am 28 Apr. 2017
Your X and Y are not vectors, they are scalars. You can get what you want using:
d = abs(abs(X)-abs(Y))

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Financial Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by