Hello isaiah,
Use this:
I=imread('Amplitude2.0.jpg');
imagesc(I);
colormap(gray(256));
colorbar;Input image:

Output:
I have the first image, but need to apply the scale that is visible in the next image. How might I go about this? Could you please just point me in the right direction? Thank You.

Hello isaiah,
Use this:
I=imread('Amplitude2.0.jpg');
imagesc(I);
colormap(gray(256));
colorbar;Input image:

Output:
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!