Normalize 1 or 2D data to a linear range.
Version 1.2.0.0 (1,71 KB) von
DS
Function that transforms 1 or 2D data to match a specified linear dynamic range.
NORMALIZE_IMAGE(I,R) applies a linear transformation to the dynamic range of I, mapping pixel intensities to new values over the range R.
Zitieren als
DS (2024). Normalize 1 or 2D data to a linear range. (https://www.mathworks.com/matlabcentral/fileexchange/35169-normalize-1-or-2d-data-to-a-linear-range), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Erstellt mit
R2007b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS LinuxKategorien
- MATLAB > Graphics > Formatting and Annotation > Colormaps > Blue >
Mehr zu Blue finden Sie in Help Center und MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
1.2.0.0 | Added flattening and numel check for linear range input. |
||
1.1.0.0 | Added checks for empty inputs. |
||
1.0.0.0 |