Jacob Stamm - MATLAB Central
photo

Jacob Stamm


Last seen: 2 months ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB AnswersFrom 05/19 to 01/25Use left and right arrows to move selectionFrom 05/19Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
70,175
of 296,561

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


How to perform a Taylor Expansion on discrete data
Hello, I would like to find the taylor coefficients of data given by some vector: x = -5:0.01:5; data = 2.^-(x.^2); plot(x,da...

4 years ago | 3 answers | 0

3

answers

Question


Finding the indices of the maximum of a matrix for plotting
Hello, I'm trying to find the indicies of the maximum value of this matrix. When I use the auto-index finder that's built into...

4 years ago | 1 answer | 0

1

answer

Question


How to derive the time axis for the ifft of an oscillating pulse?
Hello, I have an oscillating pulse in the frequency domain that I would like to ifft and find the time signal. My signal looks l...

5 years ago | 0 answers | 0

0

answers

Question


How to output random number each time a for loop repeats?
Hello, I'm trying to write a code that will ask for an input string from the user (like "Hello", for example), and generate rand...

5 years ago | 1 answer | 0

1

answer
Go to top of page