Skip to content

Instantly share code, notes, and snippets.

@adamjgnoel
Created February 19, 2016 20:58
Show Gist options
  • Save adamjgnoel/3ae3f184cedc39500d6a to your computer and use it in GitHub Desktop.
Save adamjgnoel/3ae3f184cedc39500d6a to your computer and use it in GitHub Desktop.
myMean = 2; % RV mean
myVariance = 3; % RV variance
myLength = 100; % Length of random vector
myOutput = my_simulation_function(myMean, myVariance, myLength);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment