state = sampleGaussian(space,meanState,stdDev)
returns a sample state of the state space based on a Gaussian (normal) distribution with
specified mean, meanState, and standard deviation,
stdDev.
State samples, returned as an N-by-3 real-valued matrix.
N is the number of samples. Each row of the matrix corresponds to
one incidence of state in the state space.