Feeds
提问
Using Ak and Bk to find the inverse Fourier transform
So I have t and y that are raw data, T and Y that are sampled data, and now i'm finding a new data set (time_vector, fI) that I ...
5 years 前 | 0 个回答 | 0
0
个回答提问
Find Eigenvalues without function "eig"
I performed this by hand and know that the eigenvalues are 10, -1, and 4. But clearly that's not what I got... Any help would be...
5 years 前 | 2 个回答 | 0
2
个回答提问
Unrecognized function or variable 'x'.
I am having a difficult time understanding how to define "x" in this scenario. Here's the Problem: Here's my code: %%%%...
5 years 前 | 1 个回答 | 0
1
个回答提问
Undefined function 'BisectionRoot' for input arguments of type 'function_handle'.
Code from part 1 of problem (works fine): %% From 3.2 %% % Bisection Method high = 0; %given initial value low = 1; %given i...
5 years 前 | 0 个回答 | 0