フィルターのクリア

save figure "dynamic"

2 ビュー (過去 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 Center および File ExchangePrinting and Saving についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by