Filter löschen
Filter löschen

Raylpdf problem- CDF-PDF

1 Ansicht (letzte 30 Tage)
Dani D
Dani D am 11 Jul. 2016
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);

Antworten (0)

Kategorien

Mehr zu Creating and Concatenating Matrices finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by