photo

Bryan


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

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

Statistics

MATLAB Answers

2 Questions
3 Answers

RANK
249,938
of 300,641

REPUTATION
0

CONTRIBUTIONS
2 Questions
3 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,036

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,946

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

Feeds

View by

Question


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...

4 years ago | 1 answer | 0

1

answer

Answered
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...

4 years ago | 0

Question


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 ...

4 years ago | 3 answers | 0

3

answers