Community Profile

photo

Bryan


Last seen: 11 Monate vor Aktiv seit 2021

Followers: 0   Following: 0

Programming Languages:
Python, Java, Javascript, MATLAB, Arduino
Spoken Languages:
English, French

Statistiken

Feeds

Anzeigen nach

Frage


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
Message error : The tcpip class does not support code generation Function y = fcn () t = tcpip('localhost', 7777, 'NetworkRole...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
hi, I want to make matlab communicate (several socket MATLAB customers) with a socket server (which is not matlab) via TCP/IP communication in real time but I have a delay pro
Hi, please how to run matlab and Simulink at the same time. In fact the matlab code must always be executed to recover a value c...

mehr als 2 Jahre vor | 0

Frage


hi, I want to make matlab communicate (several socket MATLAB customers) with a socket server (which is not matlab) via TCP/IP communication in real time but I have a delay pro
Here is the identical code of customers matlab t = tcpip('127.0.0.1', 7777, 'NetworkRole', 'client'); fopen(t); while true ...

mehr als 2 Jahre vor | 3 Antworten | 0

3

Antworten