Skip to content

Instantly share code, notes, and snippets.

View nate-benton90's full-sized avatar
🏠
Working from home

Nathan Benton (or just Nate) nate-benton90

🏠
Working from home
View GitHub Profile
@nate-benton90
nate-benton90 / pca_animation.m
Created July 30, 2019 03:58 — forked from anonymous/pca_animation.m
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)