I am applying PCA on my data (Image sequences) but got different results when I used the PCA (Matlab Toolbox) command and doing it manually makind matrix and using SVD command.
After doing some search I found that matlab enforces some sign conventions in the PCA code on coefficients calculation, Why is that?