Feeds
답변 있음
A moving point plot in MATLAB figure with animation.
for k = 1 : whatever x = ...... y = ...... plot(x, y, 'r.', 'MarkerSize', 30); end
    
  
A moving point plot in MATLAB figure with animation.
for k = 1 : whatever x = ...... y = ...... plot(x, y, 'r.', 'MarkerSize', 30); end
대략 4년 전 | 0
