Skip to content

Instantly share code, notes, and snippets.

@adamjgnoel
Created February 19, 2016 20:53
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 adamjgnoel/56397c62f00b47997275 to your computer and use it in GitHub Desktop.
Save adamjgnoel/56397c62f00b47997275 to your computer and use it in GitHub Desktop.
function myOutput = my_simulation_function(myMean, myVariance, myLength)
myOutput = myMean + sqrt(myVariance)*randn(1,myLength);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment