MATLAB: How to go about adding these scales to the figure

MATLABscale

Best Answer

Hello isaiah,

Use this:

 I=imread('Amplitude2.0.jpg');
imagesc(I);
colormap(gray(256));
colorbar;

Input image:

Output: