save figure "dynamic"

조회 수: 6 (최근 30일)
Dave
Dave 2019년 6월 12일
답변: Walter Roberson 2019년 6월 12일
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.

답변 (1개)

Walter Roberson
Walter Roberson 2019년 6월 12일

카테고리

Help CenterFile Exchange에서 Printing and Saving에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by