Feeds
提问
Name a few variables from a vector
If I need to get some variables values from a vector in Matlab, I could do, for instance, x = A(1); y = A(2); z = A(3); ...
6 years 前 | 1 个回答 | 0
1
个回答提问
How to use 2D FFT to recover the frequency of a signal
I'm thinking about a problem, here's the simplified version to get my intuitions correct. Say I'm given a unknown 2D signal ...
7 years 前 | 0 个回答 | 0
0
个回答提问
Eigs Function on Function Handle Not Converged
my little fun problem looks like: F is some neat linear function handle. I need to find its largest real eigenvalues. (it bas...
7 years 前 | 1 个回答 | 0
1
个回答提问
Specify a tolerance for backslash operation or linsolve while A is non-square? (QR solve)
Hi I need to get to the solution of Ax = b ; Since my A is non-square, I need to use QR which is built-in in both \ and linso...
7 years 前 | 2 个回答 | 0
2
个回答提问
How to find eigenvalue/vector pairs of a linear operator (without having 'explicit' matrix expression)? Like what in Python 'matvec' does?
So I have a function, say 'T' in Matlab that takes input vector 'x' and spits out vector 'y' in a linear fashion. I'm interested...
7 years 前 | 1 个回答 | 0

