Answered
how can i calculate the area of ​​the white part of this image?
Here are two ways: [imarray,cmap] = imread('01NT.bmp'); im225 = zeros(size(imarray)); im255 = zeros(size(imarray)); im225(im...

6 years ago | 0

| accepted

Answered
Visualizing Geoid Height with given longitude, latitude and geoid heights
First, create a 2D map of the heights were the rows are latitude and the columns are longitude. You could use the matlab unique...

6 years ago | 0

| accepted

Answered
Stopping the code in a given time
You could create a while ... end loop for your routine where the condition evaluated involves comparing time to absolute or elap...

6 years ago | 0

Question


Can we use the distance function to calculate lengths of arbitrary paths on ellipsoids of user-defined dimension?
I wanted to use the distance function to calculate path lengths along an ellipsoid of arbitrary semimajor and semiminor axes. W...

9 years ago | 0 answers | 0

0

answers