Mitch Hezel
Followers: 0 Following: 0
Statistics
8 Questions
0 Answers
RANK
126,684
of 295,467
REPUTATION
0
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
37.5%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How do I not include toolbar button coordinates when using getpts?
I am writing a simple script that takes in user mouse-clicks, and using getpts, overlays a scatterplot on top of the image and s...
7 months ago | 1 answer | 0
1
answerQuestion
How do I display a button on a figure which is also showing an image?
I want to display an image using imshow, and have a button next to the image that performs some calculation. I = imread('path/t...
1 year ago | 1 answer | 0
1
answerQuestion
How do I add to a cell array based on logicals?
I have two arrays, A and B. A is an array of random numbers. B is an array of logicals, either 0 or 1. A is the same length as ...
3 years ago | 1 answer | 0
1
answerQuestion
Why is xcorr getting this very simple case "wrong"?
I'm sure it's just me, but I have a = [1 2 3 4 5 4 3 2 1]; b = [0 1 2 3 4 5 4 3 2]; [c,lags] = xcorr(detrend(a,0), detrend(b,...
4 years ago | 1 answer | 0
1
answerQuestion
How do I time synch 2 sensors with different sample rates and start/stop times?
I have 2 sensors, A and B. Sensor A is operating at 5Hz. Sensor B is operating at 100Hz. However, they are both the same type o...
4 years ago | 0 answers | 0
0
answersQuestion
Why is the output of power spectrum this shape?
I have a signal with 390,000 points sampled at 1kHz, called sig. Then I use the pspectrum command: output = pspectrum(sig, 10...
5 years ago | 1 answer | 0
1
answerQuestion
Interpolating linearly between many values in a vector
I am using a sensor which updates time information at 1Hz, but samples data at 1kHz. Therefore I have a time array like so: t_o...
5 years ago | 2 answers | 0
2
answersQuestion
How do I get the live editor to not plot the same thing twice?
I am using the MATLAB live editor and I have made a 2x5 plot showing the pole-zero maps and impulse response functions for sever...
6 years ago | 1 answer | 0