how map range of values ?
Ältere Kommentare anzeigen
I have 48794 unique values, i need 16 bit to represent it as binary code. where 2^16=65536.
but the problem that these 48794 valuse are not numbered from 1 to 48794.
my values are given id's between 1 and 66726. i.e max value be 66726 , in this case I have to use 17 bit to represent them uniquely.
how i can map my values to be from 1 to 48794?
thanks in advance
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Interact with Maps finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!