I ask this because from my understanding, they both are same, because they both denote variance along most important dynamics. So their corresponding values should be the same, but as clearly seen in matlab this is not the case.
why latent values returned by pca matlab are not singular values ?
PCA svd) explain that topic. See also dense but important http://stats.stackexchange.com/q/141754/3277. Singular values are the sq. roots of the eigenvalues. In PCA, the data is typically column-centered; besides, it is typically normalized by sqrt(n) or sqrt(n-1) where n is the number of rows. For convenience+reasons: that corresponds to the eigendecomposition of the covariance matrix. – ttnphns Sep 22 '16 at 07:08