How to plot PDF and CDF an image with Rayleigh distribution?
3 次查看(过去 30 天)
显示 更早的评论
Hello, I have an gray image. Now i want plot CDf and PDF with Rayleigh distribution. But i can't.
clc
clear all
close all
R = imread('cameraman.tif');
R = imhist(R);
pR = raylpdf(R,10);
cR = raylcdf(R,10);
0 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!