Skip to content

Instantly share code, notes, and snippets.

@Mekapiku
Created December 13, 2013 11:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mekapiku/7943143 to your computer and use it in GitHub Desktop.
Save Mekapiku/7943143 to your computer and use it in GitHub Desktop.
Matlab mahal関数サンプル
X = load('study_data.csv');
Y = load('test_data.csv');
d = mahal(Y, X)
d =
....
....
....
% 結果
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment