Community Profile

photo

Matthew Mellor


Massachusetts Institute of Technology

自 2016 起处于活动状态

Undergrad Student

统计数据

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

查看徽章

Content Feed

排序方式:

提问


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 前 | 1 个回答 | 1

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 3 个回答 | 0

3

个回答

已提交


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

7 years 前 | 2 次下载 |

提问


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

7 years 前 | 1 个回答 | 1

1

个回答

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

7 years 前 | 1

| 已接受

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

7 years 前 | 0

| 已接受

提问


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

7 years 前 | 1 个回答 | 0

1

个回答

提问


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

7 years 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 0 个回答 | 0

0

个回答

提问


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 前 | 2 个回答 | 0

2

个回答

提问


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 前 | 2 个回答 | 0

2

个回答

提问


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 前 | 1 个回答 | 1

1

个回答

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

8 years 前 | 1

| 已接受

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答