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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0
