Computer Science, asked by Milanpatel1913, 24 days ago

How to compute the histogram of an image in scilab

Answers

Answered by yusuf2011
0

Answer:

Explanation:

This function plot a histogram of the data vector using the classes x . When the number n of classes is provided instead of x , the classes are chosen equally spaced and x(1) = min(data) < x(2) = x(1) + dx < ... < x(n+1) = max(data) with dx = (x(n+1)-x(1))/n.

Similar questions