Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

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

조회 수: 2 (최근 30일)
Michael
Michael 2012년 11월 15일
마감: MATLAB Answer Bot 2021년 8월 20일
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!!

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by