Questions tagged [drawnow]

drawnow is a MATLAB function that flushes the event queue and updates the figure window.

https://nf.nci.org.au/facilities/software/Matlab/techdoc/ref/drawnow.html

18 questions
0
votes
0 answers

drawnow performance/plot speed

I am life plotting a dataset for creating hysteresis loops. I agreed with the plot speed before but since I added the scatter it got really slow. The scatter adds a marker to the current plotted datapoint so that if the plot overwrites you can still…
jdoubleu
  • 73
  • 5
0
votes
1 answer

MATLAB GUI hangs up despite using drawnow and pause

I have a MATLAB GUI that looks as shown in: MATLAB GUI image What I am trying to achieve is that MATLAB keep checking for midnight continuously, except for the pauses when the user makes any change to the interface. Hence, I am running a while loop…
0
votes
1 answer

plotting multiple sensor values using drawnow in python

I am having 7 sensors which is connected to a micro controller , the controller a sends data to a pc using serial port , i am trying to plot the sensors values in real-time using python drawnow function , can anybody help me in giving the correct…
Vijay R
  • 3
  • 4
1
2