Feeds
提问
Compress a 1D wave
I have a one dimensional waveform that is made from the measurement in an oscilloscope, and am trying to shorten the length of t...
7 years 前 | 2 个回答 | 0
2
个回答提问
Ensure same random coordinates do not appear twice
I am simulating a grid of 200*200 cells. I am doing this by creating two arrays of random numbers, and plotting them in a scatte...
7 years 前 | 3 个回答 | 0
3
个回答提问
Setting up parasite model
I am trying to set up a parasite model that represents a grid of 200*200 cells. In this grid there has to be 20 parasites and...
7 years 前 | 1 个回答 | 0
1
个回答提问
random points on a grid
Can someone say how to do this? What I am trying to do: -Generate 200*200 grid -populate the grid with 2 different agen...
7 years 前 | 1 个回答 | 0
1
个回答提问
Kernel Matrix apply convolution
I believe I am close to the correct answer for this problem. The question basically is to apply convolution to a numeric matrix...
10 years 前 | 0 个回答 | 0
0
个回答提问
Moving Average Function using a sliding window
Implement the moving average function, using a fixed window size of 10. Input variables: x – A vector containing a series of ...
11 years 前 | 1 个回答 | 0
1
个回答提问
Extract numeric year from string
Need to complete the implementation of the date2Year function, which extracts the numeric 4-digit year value from a date string,...
11 years 前 | 1 个回答 | 0