How do I calculate the area with matlab (unit : m*h)?
Posted
by user198729
on Stack Overflow
See other posts from Stack Overflow
or by user198729
Published on 2010-06-04T12:17:43Z
Indexed on
2010/06/07
17:02 UTC
Read the original article
Hit count: 163
matlab
|image-processing

The unit of x-axis is hour(h), and there are 24 hours in total.
The unit of y-axis is million(m).
How do I calculate the area of the image in unit of m*h?
Important UPDATE
Only the image is readily available, and I want to calculate the area programatically
© Stack Overflow or respective owner