Referencing a data set with non-integer values

1 Ansicht (letzte 30 Tage)
William Hanson
William Hanson am 23 Mai 2018
Beantwortet: Walter Roberson am 23 Mai 2018
I have a data set of latitude/longitude values which have several decimals per point. What is the most efficient way to reference these without converting them to integers (I would lose data resolution)?

Antworten (1)

Walter Roberson
Walter Roberson am 23 Mai 2018
Multiply by 10 to the power of the number of significant decimal places, and round or floor or ceil as appropriate, and use those integers.
But if it is efficiency you want, then you need to talk about efficiency for what purpose. For example for some purposes the highest efficiency is containers.Map which uses hashes to find data in constant time... once the hash is created.

Kategorien

Mehr zu Numeric Types 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