Matt Flood
Followers: 0 Following: 0
Python
Spoken Languages:
English
Statistics
RANK
273,521
of 295,638
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
20.0%
VOTES RECEIVED
0
RANK
4,982 of 20,255
REPUTATION
261
AVERAGE RATING
5.00
CONTRIBUTIONS
1 File
DOWNLOADS
61
ALL TIME DOWNLOADS
1920
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Submitted
EntropyHub
An open-source toolkit for entropic data analysis
7 months ago | 61 downloads |
Question
Strange bug when indexing vector
The following piece of code works as I want it to. It sorts the elements in a 2x2 matrix and gives equal rank order to elements...
3 years ago | 0 answers | 0
0
answersQuestion
How can I use a variable number of structure fields as function arguments?
Hello, I have a structure that conatins a function handle and any number of other variables (in this case 4), like so: MyStruc...
4 years ago | 2 answers | 0
2
answersQuestion
Why do I stop receiving UDP data sent over Ethernet?
I have two laptops, each recording data from separate instruments using TCP/IP. In order to time-synchronize the data collected ...
5 years ago | 1 answer | 0
1
answerQuestion
How can I specify the corner frequencies of a 1-D wavelet filter bank?
Hello, I have a signal sampled at 128 Hz. When I create a filter bank using these lines of code, fb = dwtfilterbank('Wa...
6 years ago | 0 answers | 0
0
answersQuestion
Why is large matrix subtraction making my code so slow?
Hello, I have created a function which handles matrices roughly [10000 x 20000] in size. When I ran my function using the ti...
6 years ago | 0 answers | 0
0
answersSolved
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
8 years ago