How to display two animation in one plot?

11 views (last 30 days)
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');

Accepted Answer

KSSV
KSSV on 24 Jan 2020

More Answers (0)

Categories

Find more on Animation in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!