Integer to Integer map using logical indexing

Logical indexing is used to map integer from one set to another
17 download
Aggiornato 30 ago 2017

Visualizza la licenza

Given two sets of integer, integer is mapped from one set to another. The author acknowledges Stephen Cobeldick
for his suggestion on using ismember to perform same task
[~,idx] = ismember(A,map2);
B = map1(idx);

Cita come

Sathyanarayan Rao (2026). Integer to Integer map using logical indexing (https://it.mathworks.com/matlabcentral/fileexchange/64282-integer-to-integer-map-using-logical-indexing), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2015a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Numeric Types in Help Center e MATLAB Answers
Versione Pubblicato Note della release
1.0.0.0