2つ以上のラインをアニメーションのように表示する方法について
显示 更早的评论
表記の件について教えていただけないでしょうか? 2つ以上のラインを同期させるようにアニメーションで描画させる方法はあるでしょうか? 例えば、下記のような2つのグラフを同時に描画させる方法です。
h = animatedline; axis([0,4*pi,-1,1]) x = linspace(0,4*pi,1000); y1 = sin(x); y2 = cos(x);
subplot 211 plot(x,y1) subplot 212 plot(x,y2)
采纳的回答
更多回答(1 个)
类别
在 帮助中心 和 File Exchange 中查找有关 アニメーション 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!