Asynchrony data transmission between two matlab window in multicores computer
Mostrar comentarios más antiguos
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?
Respuestas (1)
Walter Roberson
el 18 de Ag. de 2015
0 votos
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 comentarios
Yian
el 21 de Ag. de 2015
Walter Roberson
el 21 de Ag. de 2015
The trick is to use a leather strap when you tie the ailerons together.
Yian
el 21 de Ag. de 2015
Categorías
Más información sobre MATLAB Mobile en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!