i use a Simulink block function for tcpip communication in which i wrote the code in description but when i run i have an error mesage saying in description
2 ビュー (過去 30 日間)
古いコメントを表示
Message error : The tcpip class does not support code generation Function y = fcn () t = tcpip('localhost', 7777, 'NetworkRole', 'client'); fopen(t); while true data = fscanf(t,'%c');G y = data; end
0 件のコメント
回答 (1 件)
Dimitri MANKOV
2021 年 12 月 7 日
Hi Brian,
In case you are using Simulink Real-Time, I'd suggest using the TCP/IP blocks from the Simulink Real-Time library instead.
Hope this is helpful!
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!