How to run two scripts simultaneously while sharing data and plotting?

16 views (last 30 days)
I need to run two functions simultaneously namely func1 and func2. However I need func1 to make a plot based on some data (coming on the serial port and) being read and processed by func2.
It is not possible for me in any way to merge the two functions into one. I looked into parpool but it seems like it doesn't allow making figures while running in parallel.
Please recommend how can I make func1 plot a figure based on data coming from func2 in parallel?

Answers (0)

Categories

Find more on Graphics Performance in Help Center and File Exchange

Products


Release

R2018a

Community Treasure Hunt

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

Start Hunting!