Feeds
답변 있음
I need to draw a line on a globe from an anchor point to another point derfined by the cursor location. As I move the cursor to a new point I need to erase the first line and draw a new one. How do I use animated line to do this?
This works when you addpoints, then clearpoints followed by addpoints when you move the cursor. Draws a moving line from a fixe...
I need to draw a line on a globe from an anchor point to another point derfined by the cursor location. As I move the cursor to a new point I need to erase the first line and draw a new one. How do I use animated line to do this?
This works when you addpoints, then clearpoints followed by addpoints when you move the cursor. Draws a moving line from a fixe...
10년 초과 전 | 0
질문
I need to draw a line on a globe from an anchor point to another point derfined by the cursor location. As I move the cursor to a new point I need to erase the first line and draw a new one. How do I use animated line to do this?
if true % code end % This used to work % Erase old line if it exists if (~isempty(linex)); line(linex, liney, '...
10년 초과 전 | 답변 수: 2 | 0
