How can I move this graph along the x-axis?

1 view (last 30 days)
x=randn(3,1000);
a=x(1,:);
b=x(2,:);
c=x(3,:);
plot3(a,b,c,'.');

Answers (1)

zgw
zgw on 1 Jul 2017
Edited: Walter Roberson on 1 Jul 2017
You can try this, just click it and move it you can get what you wanted!
  1 Comment
Walter Roberson
Walter Roberson on 1 Jul 2017
Actually that is the rotation tool. They would want to click on the hand, which is the Pan tool.

Sign in to comment.

Categories

Find more on Animation in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!