photo

Naomi Krauzig


Last seen: ungefär 2 år ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

0 Questions
3 Answers

RANK
11 256
of 300 037

REPUTATION
4

CONTRIBUTIONS
0 Questions
3 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
2

RANK
 of 20 862

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 167 106

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

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

nästan 6 år ago | 1

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

nästan 6 år ago | 1

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

mer än 6 år ago | 0