What is the unit of distance in MATLAB

8 visualizzazioni (ultimi 30 giorni)
SUBHRADIP MUKHERJEE
SUBHRADIP MUKHERJEE il 10 Feb 2020
What is the unit of distance between two points such as (1,1) and (40,40) in MATLAB plot.
  4 Commenti
Adam Danz
Adam Danz il 10 Feb 2020
Modificato: Adam Danz il 10 Feb 2020
Distance units match the units of your x and y axes which you define. If your data are in centimeters, then the distance is in centimeters. If your data are in meters, the distance is in meters, and so on.

Accedi per commentare.

Risposte (1)

Walter Roberson
Walter Roberson il 10 Feb 2020
The unit of distance used by MATLAB is the MUD, which stands for Mathworks Universal Distance. The formal symbol for MUD is ? but it is mostly omitted as being understood.
  2 Commenti
Adam Danz
Adam Danz il 10 Feb 2020
:D
Walter just made me google "Mathworks Universal Distance".

Accedi per commentare.

Categorie

Scopri di più su Testing Frameworks in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by