Skip to content

Instantly share code, notes, and snippets.

@adamjgnoel
Created February 19, 2016 20:58
Embed
What would you like to do?
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