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
function myOutput = my_simulation_function(myMean, myVariance, myLength) | |
myOutput = myMean + sqrt(myVariance)*randn(1,myLength); |