How to display two animation in one plot?

13 次查看(过去 30 天)
I want to display two animation, one is the global vision of animation, other is local vision in the bottom right corner.
a static situation like:
  1. clc
  2. close all
  3. t=0:.1:2*pi;
  4. plot(t,sin(t),'k');
  5. axes('position',[0.55,0.55,0.3,0.3]);
  6. plot(t,sin(t), 'b');

采纳的回答

KSSV
KSSV 2020-1-24

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Animation 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by