Community Profile

photo

Naomi Krauzig


Last seen: 7ヶ月 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

  • Explorer
  • First Review
  • First Answer
  • Revival Level 1

バッジを表示

Feeds

表示方法

回答済み
how to find the time lag in cross correlation
in case this is stillan open question, there is actually a function to find the delay: d = finddelay(x,y). otherwise [r,lags]...

4年以上 前 | 1

回答済み
time-lagged correlation coefficient between two time series
In case this is still an open question [r,lags] = xcorr(x,y) also returns the lags at which the correlations are computed.

4年以上 前 | 1

回答済み
How can I use detrend in a matrix with NaN?
Hi Sara, here is an available function for detrending with NaNs. function detrended = detrendNaN3(A,t) %DETRENDNAN3 Detrend...

5年弱 前 | 0