필터 지우기
필터 지우기

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

조회 수: 5 (최근 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개)

카테고리

Help CenterFile Exchange에서 Hypothesis Tests에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by