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

1 Ansicht (letzte 30 Tage)
Nuri Öztürk
Nuri Öztürk am 10 Jun. 2017
Kommentiert: Walter Roberson am 1 Jul. 2017
x=randn(3,1000);
a=x(1,:);
b=x(2,:);
c=x(3,:);
plot3(a,b,c,'.');

Antworten (1)

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

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Animation finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by