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!