Create two threads in matlab
이전 댓글 표시
Hi,
I use R2015a, i try to communicate two Zedboards (FPGA)+ad9361(FMCOMMS2), one for sending and other for receiving. I connected two zedboards and the PC with switch.
Zedboard1 : ip address 10.1.25.143 for sending data TX Zedboard2 : ip address 10.1.25.141 for receiving data RX
I tried to communicate in the same loop but the problem was when TX finish to send, Rx start to receive. So, I need to run TX and RX in the same time. How can i do this?
Thank you, Regards
답변 (1개)
Lo Shih-An
2017년 7월 27일
0 개 추천
Open multiple Matlab windows to run TX.m and RX.m respectively.
카테고리
도움말 센터 및 File Exchange에서 Parallel Computing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!