How can I receive data blocks from a python server?

2 次查看(过去 30 天)
I desgined a "Python server API" that sends data in a for loop. For example there are 5 datablocks, the sending method is
1st Iteration
Datablock1....sent
2nd Iteration
Datablock2....sent
3rd Iteration
Datablock3....sent
4th Iteration
Datablock4....sent
5th Iteration
Datablock5....sent
Now if the client side is designed on pyhthon itself then this is easy and is able to process directly. The sockets behave good. But if the client side is Matlab then I dont receive data in iteration but rather like this:
Datablock1....sentDatablock2....sentDatablock3....sentDatablock4....sentDatablock5....sent
There are no Delimaters in this format. Now I want to process everytime I receive data. How can I do this?

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

产品


版本

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by