Calculate Surface Area of Lat/ Long - Values
Show older comments
Hi,
I would like to calculate the surface area of lake.
I have two vectors, for the boundary of the lkae, with data in Latitude - Longitudinal format. For some Lat - values I just have NaN - values.
I would like to calculate the surface area with the following command: area = areaint(lat,long)
Getting the following error:
_Error using checklatlon (line 33) Function AREAINT expected its first and second input arguments, LAT and LON, to have NaN-separators in corresponding positions.
Error in areaint (line 61) checklatlon(lat,lon,mfilename,'LAT','LON',1,2);_
Is there any possibility to calculate interpolate the NaN - Values to calculate the above mentioned surface area?
Answers (0)
Categories
Find more on Transforms in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!