Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

Multithreading using separate cores/matlab pools for computation and for visualization

3 vues (au cours des 30 derniers jours)
Michael
Michael le 15 Nov 2012
Clôturé : MATLAB Answer Bot le 20 Août 2021
I am developing a real-time application, which takes in data from a device, performs computations, and then plots graphics-intensive visualizations.
Ideally, I'd like to set up a scenario in which I can have the computational and graphics operations be performed on separate cores, so as not to have the graphical display time cut into the computation time.
Is there is a way to do this in Matlab? It seems that most of the multithreading functions are designed to facilitate parallel computation of repeated code blocks, rather than allow for separate independent processing streams.
Am I correct in my understanding that the matlab pools do not share memory? Ideally I would want both processing streams to access the same objects in memory.
Thanks!!

Réponses (0)

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by