Community Profile

photo

Martin


Linköpings Universitet

Active since 2013

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


Reading serial data continously
Hello, I'm trying to read serial data from an Arduino with a sample time of about 50ms. I have configured a simple serial por...

9 years ago | 0 answers | 0

0

answers

Question


How to make a standalone executible with calls to simulink and state flow?
Hi. I have a complex set of GUIs that open different simulation models including state flow blocks. I have used it for some t...

10 years ago | 1 answer | 0

1

answer

Question


How to include m-file in a mex-file by the S-function builder?
Hi. I'm trying to make my simulink-application, with a GUI through an s-function, into a standalone executable. The applicati...

10 years ago | 0 answers | 0

0

answers

Answered
UDP compilation error in State-flow
Answering my own question. I was unable to get dsp.UDP working, instead I had to move the UDP communication outside State-flo...

10 years ago | 0

| accepted

Question


UDP compilation error in State-flow
Hi. I have linked an Arduino to Matlab using UDP as: u = udp('10.0.0.177','RemotePort',8888,'LocalPort',9060); %Udp-prot...

10 years ago | 1 answer | 0

1

answer

Answered
Receiving UDP data from Arduino
SOLVED After many hours of pulling my hair it turns out it was the firewall blocking the port :-/ Somehow the Processing a...

10 years ago | 0

| accepted

Question


Receiving UDP data from Arduino
I am trying to send a string from my Arduino to Matlab using Ethernet. Sending from Matlab to the Arduino board is no problem us...

10 years ago | 2 answers | 0

2

answers