Normalize 1 or 2D data to a linear range.

Function that transforms 1 or 2D data to match a specified linear dynamic range.

You are now following this Submission

NORMALIZE_IMAGE(I,R) applies a linear transformation to the dynamic range of I, mapping pixel intensities to new values over the range R.

Cite As

DS (2026). Normalize 1 or 2D data to a linear range. (https://in.mathworks.com/matlabcentral/fileexchange/35169-normalize-1-or-2d-data-to-a-linear-range), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
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