Multiple real time plots in matlab
Multiple real time plots in matlab
(OP)
Hello all, greetings. I´m a beginner in Matlab. I want to plot real time graphs on matlab for 4 motors, the data being read from the serial port. The data from the serial port will contain certain parameters that I should extract and compute and plot graphs in real time. My front screen will have buttons for 4 motors. When i click on m1, it should display live graphs (read from the the serial port) and when i click on m2, the corresponding data for m2 needs to be plotted, simultaneous to m1 graphs on another figure. Is this possible? If yes, please give me an basic algorithm to follow. I can catch up from there.
I appreciate any kind of help. Thanks a lot!
I appreciate any kind of help. Thanks a lot!
RE: Multiple real time plots in matlab
Cheers
Greg Locock
New here? Try reading these, they might help FAQ731-376: Eng-Tips.com Forum Policies http://eng-tips.com/market.cfm?
RE: Multiple real time plots in matlab
Im stuck now and do not know how to proceed as I do not have the serial data coming in. I am trying to display some sample data(not real time) instead of random plots.
Thanks and Regards
MJ
RE: Multiple real time plots in matlab
Cheers
Greg Locock
New here? Try reading these, they might help FAQ731-376: Eng-Tips.com Forum Policies http://eng-tips.com/market.cfm?
RE: Multiple real time plots in matlab
RE: Multiple real time plots in matlab
RE: Multiple real time plots in matlab