Borrar filtros
Borrar filtros

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

5 visualizaciones (últimos 30 días)
Dani D
Dani D el 11 de Jul. de 2016
Editada: Dani D el 11 de Jul. de 2016
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);

Respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by