Asynchrony data transmission between two matlab window in multicores computer

I want to do Asynchrony data transmission (in order to achieve real-time) But the only thing that I think of is to open two matlab window in multicores computer , and save little matrix and load to conduct data. Is there any way to directly transmit data between two workspace?

답변 (1개)

Walter Roberson
Walter Roberson 2015년 8월 18일
If you have the Parallel Computing Toolkit, use a single MATLAB session and spmd, sending the data between workers using labsend and labreceive
However, a lot of the time "asynchronous data transmission" is best achieved by setting callback functions on a serial or tcp or udp or daq object.

댓글 수: 4

There are relative computing,so it is out of work. I found sharedmatrix can achieve the goal. But I still encounter error when installing.
The trick is to use a leather strap when you tie the ailerons together.
setting callback functions on a serial or tcp or udp or daq object? Can you tell the details? I am not familiar with them,3Q!

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 MATLAB Mobile에 대해 자세히 알아보기

질문:

2015년 8월 18일

댓글:

2015년 8월 21일

Community Treasure Hunt

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

Start Hunting!

Translated by