photo

Alex Kerzner


Last seen: 4 years ago Active since 2017

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

4 Questions
1 Answer

Cody

0 Problems
1 Solution

RANK
97,853
of 297,527

REPUTATION
0

CONTRIBUTIONS
4 Questions
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20,454

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
124,727
of 159,075

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Solver
  • First Answer

View badges

Feeds

View by

Solved


Is my wife right?
Regardless of input, output the string 'yes'.

7 years ago

Question


How can I compute the inverse FFT "manually"? How are the FFT wavenumbers ordered?
Hi all. In my efforts to try to understand the FFT, I am trying to understand the following example: Let Z = [z1, ..., zn] (n...

7 years ago | 1 answer | 0

1

answer

Answered
How to use an index of a vector as a value in another matrix?
I'm sure someone can come up with something more clever and efficient, but here's something hack-y that might give you some idea...

7 years ago | 0

Question


Adding points to a periodic contour using a trigonometric interpolant
I have a closed curve in the complex plane, call it Z = [z_1,z_2,...,z_n]; with all entries complex numbers. I'd li...

7 years ago | 1 answer | 0

1

answer

Question


Two functions which are identical except for one very small summand. Why does the ODE solver take orders of magnitude longer to solve the one without the summand?
I have two functions, which are identical save for one very small summand. When I try to run ode113 (or ode45 for that matter) t...

8 years ago | 1 answer | 0

1

answer

Question


Help understanding the syntax of an ODE
I'm trying to understand how the following syntax is interpreted in trying to solve an ODE: I have [T,ZZ] = ode113(@(t,...

8 years ago | 1 answer | 0

1

answer