Raylpdf problem- CDF-PDF

조회 수: 2 (최근 30일)
Dani D
Dani D 2016년 7월 11일
Hello, I want calculate pdf and cdf with Rayl function in matlab. But i think result isn't correct. Please view my result.
clc
clear all
close all
I = imread('cameraman.tif');
im = imhist(I);
p = raylpdf(im,.6);
sump = sum(p);
pcdf = raylcdf(im,.6);
figure;
plot(I,p);

답변 (0개)

카테고리

Help CenterFile Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by