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

20 vues (au cours des 30 derniers jours)
Neel Talati
Neel Talati le 15 Oct 2018
Commenté : prasanth s le 14 Déc 2022
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?
  1 commentaire
prasanth s
prasanth s le 14 Déc 2022
save the data of func1 periodically. and read it from func2 and plot

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Graphics Performance dans Help Center et File Exchange

Produits


Version

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by