Skip to content

Instantly share code, notes, and snippets.

View iampramodyadav's full-sized avatar
🐢
I may be slow to respond.

Pramod Kumar Yadav iampramodyadav

🐢
I may be slow to respond.
View GitHub Profile
anonymous
anonymous / pca_animation.m
Created January 26, 2017 21:47
Matlab code to produce PCA animations
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Matlab code to produce PCA animations shown here:
% http://stats.stackexchange.com/questions/2691
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Static image
clear all
rng(42)