Skip to content

Instantly share code, notes, and snippets.

@simplay
Created October 7, 2014 13:42
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 simplay/6348405d9aef0427ab2e to your computer and use it in GitHub Desktop.
Save simplay/6348405d9aef0427ab2e to your computer and use it in GitHub Desktop.
Matlab cheat-sheet
% gives a gaussain kernel of size (dim_n x dim_x) having a variance equal to sigma_value.
fspecial('gaussian', dim_n, sigma_value)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment