Community Profile

photo

Mohamadreza Khashei


Last seen: 1 year ago Active since 2021

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
A moving point plot in MATLAB figure with animation.
for k = 1 : whatever x = ...... y = ...... plot(x, y, 'r.', 'MarkerSize', 30); end

2 years ago | 0