Slow Animation with Large Figure

I am using MATLAB to do signal processing and create an animation in real-time. The animation is done simply by updating the 'YData' of a plot in a while loop. This runs smoothly for a small window size, but if I make the figure bigger or full screen, the animation slows down and stutters. This implies to me that it has something to do with the way MATLAB displays figures rather than a computational problem in my script. Is there a known workaround to this issue?

Answers (1)

Sutyen Zalawadia
Sutyen Zalawadia on 14 Nov 2019
Did you ever solve this? I am having the same issue.

Categories

Products

Asked:

on 8 Dec 2017

Answered:

on 14 Nov 2019

Community Treasure Hunt

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

Start Hunting!