How to plot PDF and CDF an image with Rayleigh distribution?

2 ビュー (過去 30 日間)
Dani D
Dani D 2016 年 7 月 11 日
編集済み: Dani D 2016 年 7 月 11 日
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 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by