I'm working with crazyflie 2.1 , and i'm working on communication between Simulink and Crazyflie using ZeroMQ, i could manage the communication from simulink to crazyflie.
Now i'm working on getting data from crazyflie 2.1 and used it in Matlab , and for that Id like to Know if i can take data from Crazyflie2.1 using a specific port (like 1212 to send commands).
I have tried 2001,2000 and 1213 but they didn't work for me.
I'm trying another method which is: a python script logging data from crazyflie2.1 then send it to c function which is my s_function block on simulink but i'm challenging some issues ,also if there is a port that matlab can use to log data from crazyflie 2.1 directly with ZeroMq it will be much faster.
.
I hope you can help me and thank you in advance

Apdate; you can do this by Matlab Engine for python ,check this link https://www.mathworks.com/help/matlab/m ... ython.html