Community Profile

photo

Sam Sun


Last seen: casi 3 años hace Con actividad desde 2018

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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); ...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 ...

más de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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...

más de 5 años hace | 1 respuesta | 0

1

respuesta