You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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);
Cite As
Sathyanarayan Rao (2026). Integer to Integer map using logical indexing (https://se.mathworks.com/matlabcentral/fileexchange/64282-integer-to-integer-map-using-logical-indexing), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (920 Bytes)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
