Community Profile

photo

Matthew Mellor


Massachusetts Institute of Technology

Active since 2016

Followers: 0   Following: 0

Message

Undergrad Student

Statistics

All
  • Personal Best Downloads Level 1
  • 5-Star Galaxy Level 1
  • First Submission
  • Thankful Level 3

View badges

Feeds

View by

Question


UDP Troubleshooting Send Working Receive Not
I'm working on using udp to communicate between a computer and an arduino-like device. I've written code that works using the ma...

7 years ago | 1 answer | 1

1

answer

Question


Parallel Processing An Array/Array Appending
I'm attempting to store data in internal memory (an array) until I'm ready to export the data to an excel document. However, my ...

7 years ago | 1 answer | 0

1

answer

Question


Get Equation as Input from User (str2func)
I'm using matlab guide to set up a fairly basic UI for real time graphing and I would like to be able to get equations from user...

7 years ago | 3 answers | 0

3

answers

Submitted


UDP Real Time Plotting Animated Lines
Udp Real Time Plotting Using animatedLines

7 years ago | 2 downloads |

Question


Programmatically avoiding UDP Error "Cannot bind address already in use"
I've been using udp to receive sensor data into matlab. Occasionally I'll have to stop my matlab coding while it is running whic...

8 years ago | 1 answer | 1

1

answer

Answered
How to clear/refresh UDP InputBuffer?
Figured this out myself. Use flushInput(udpObject) every so often...

8 years ago | 1

| accepted

Answered
How to add an Array of points to animatedLine
Nevermind. the method addpoints() can already do this. poor question..

8 years ago | 0

| accepted

Question


How to clear/refresh UDP InputBuffer?
I've written a matlab script that receives data over udp and successfully graphs it realtime...however I'm having some trouble w...

8 years ago | 1 answer | 0

1

answer

Question


How to add an Array of points to animatedLine
I'm trying to graph values in real time and am trying to update an animatedline using the addpoints method. I'm wondering if the...

8 years ago | 1 answer | 0

1

answer

Question


Real Time Data Graphing 921600 baud Udp
I'm attempting to stream data into matlab at 921600 baud over wifi (udp) and am trying to graph it. I'm getting some consistentl...

8 years ago | 0 answers | 0

0

answers

Question


Limitrate of drawnow limitrate not recognized
I'm trying to use the optional command limitrate like in the following: drawnow limitrate; and am getting the followi...

8 years ago | 2 answers | 0

2

answers

Question


Fast FIFO Array/Other Datatype
I'm trying to plot something in real time using an FIFO array. I'm implementing the array using the advice someone else here gav...

8 years ago | 2 answers | 0

2

answers

Question


Remove First Element of Array And Add Element to the End (FIFO array)
Hi I'm trying to modify an array so that I remove the first element of an array completely (ie decrease the size of the array). ...

8 years ago | 1 answer | 1

1

answer

Answered
Real Time TCP Data Plotting
Figured it out... Had to change dataNum(1) to dataNum in localReadAndPlot No helped needed :)

8 years ago | 1

| accepted

Question


Real Time TCP Data Plotting
Hi I'm trying to plot TCP data in real time and I've modified example code I found <http://www.mathworks.com/matlabcentral/filee...

8 years ago | 1 answer | 0

1

answer

Question


Receiving TCP Data Laggy
Hi I'm trying to stream data into matlab using the TCP library and while I'm getting data it is quite laggy. If I monitor the...

8 years ago | 1 answer | 0

1

answer