回答済み
How to see how a dataset changes over time with PCA.
It's hard to know exactly what you are hoping to achieve here. When using pca(x) in Matlab, we are assuming that "rows of X corr...

6年以上 前 | 0

質問


AR prediction leads fitted data
I am using aryule to construct a predictive AR filter. After I filter the data, the predicted values "lead" the actual data by o...

6年以上 前 | 0 件の回答 | 0

0

回答

質問


What is the difference between filter and conv?
I am trying to design a predictive AR filter using aryule. The code looks like this: h = aryule(signal,order); est_signa...

6年以上 前 | 2 件の回答 | 0

2

回答

回答済み
Why is my loop only running 217 times when I expect it to run 649 times? See the script below
In your second script you assign the counter variable 'p' to be a single value, length(m(1,:)), which is simply 649. So Matlab c...

7年弱 前 | 0

回答済み
How to solve the double summation of the given expression
A blunt force method would be to have two for loops, one nested in the other. In the inner for loop, sum over the 'i' variables,...

7年弱 前 | 0

質問


Matlab gradient does not follow exact numerical formula
When the numerical gradient is computed, Matlab uses forward differences for the end points, and uses central differences for t...

7年弱 前 | 1 件の回答 | 0

1

回答

回答済み
How does MATLAB compute the covariance of a complex array?
So I answered my own question almost a minute after asking it. Turns out the transpose command, ', is actually the conjugate tra...

7年弱 前 | 0

質問


How does MATLAB compute the covariance of a complex array?
I'm working with a complex array and looking at the covariance matrix and the relation matrix. (The explanation of these matrice...

7年弱 前 | 1 件の回答 | 0

1

回答

質問


Sign difference between coeff=pca(X) and [~,~,v] = svd(X)
I am experiencing sign differences between my computations for principal component analysis using the pca function and the svd f...

8年弱 前 | 3 件の回答 | 0

3

回答