save figure "dynamic"

6 Ansichten (letzte 30 Tage)
Dave
Dave am 12 Jun. 2019
Beantwortet: Walter Roberson am 12 Jun. 2019
x=[1, 2, 3, 4];
y=[10, 100, -20, 300];
plot(x,y)
Hello, Is there a way generate and save in extension eps or similar a "dynamic" plot? By dynamic I mean once open or run or click it, the figure should first plot the first pair (1,10), then add following pairs. This is for a presentation.

Antworten (1)

Walter Roberson
Walter Roberson am 12 Jun. 2019

Kategorien

Mehr zu Printing and Saving 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