Will you please Expalin the diffrence between hist() and imhist() function?.

 Akzeptierte Antwort

Arnaud Miege
Arnaud Miege am 7 Apr. 2011

0 Stimmen

hist is part of core MATLAB, and allows you to create an histogram plot of a vector or matrix.
imhist on the other hand, is part of the Image Processing Toolbox and allows you to create an histogram of an image data, typically created with the imread function.
HTH,
Arnaud

Weitere Antworten (1)

sunil Kumar
sunil Kumar am 7 Apr. 2011

0 Stimmen

hist() can handle a small range of integer datatypes but imhist can handle larger range of integer datatypes .

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by