Community Profile

photo

Nuri Öztürk


Active since 2017

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How can I move this graph along the x-axis?
x=randn(3,1000); a=x(1,:); b=x(2,:); c=x(3,:); plot3(a,b,c,'.');

7 years ago | 1 answer | 0

1

answer

Question


How can I animate my plot?
x=randn(2,10000); a=x(1,:); b=x(2,:); figure;plot(a,b,'.')

7 years ago | 1 answer | 1

1

answer