How to display two animation in one plot?

13 vues (au cours des 30 derniers jours)
Wang Benliang
Wang Benliang le 24 Jan 2020
Réponse apportée : KSSV le 24 Jan 2020
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');

Réponse acceptée

KSSV
KSSV le 24 Jan 2020

Plus de réponses (0)

Catégories

En savoir plus sur Animation dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by