Feeds
提问
how can I draw a line (unit:km) on a map?
I want to draw line on a map 5km length of line the center of line is oriented at (latitude:3 and longitude:127) the line ha...
7 years 前 | 0 个回答 | 0
0
个回答提问
How can I make a code with if/ else function?
for i=1:sz(1) %sz(1) is 21 k = find(xi == XX(i) & yi == YY(i)); disp(zi(k)) w(i,1)=zi(k) end When I ru...
7 years 前 | 1 个回答 | 0
1
个回答提问
why can't I use circlem code with dem?
I want to draw a radius of circle with radius and center (lat, lon) data on DEM map. (for example, circle(lat:13,lon:50,radius:7...
7 years 前 | 0 个回答 | 0
0
个回答提问
I don't know why 'mean' function couldn't run with 'double'
I want to use 'mean' function in a code, but it results the error:Undefined function 'mean' for input arguments of type 'double'...
7 years 前 | 1 个回答 | 0
