I have noisy image matrix.I need to plot it on line plot.How do I do it?

I have both 2d and 3d noisy image matrix.I need to figure out how much have they been denoised.So,I need to plot them on a line plot.What should be appropriate code snippet?

Answers (1)

You can convert image into column using (:). But I don't think this is the way to check.
I = imread('cameraman.tif') ;
plot(I(:))

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Products

Release

R2021a

Asked:

on 9 Oct 2021

Answered:

on 9 Oct 2021

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!