Generate 251 experiment noise data (mnoise) which follow a normal distribution with mean 0 and standard deviation of 0.02. (Use command “randn”).

2 visualizaciones (últimos 30 días)
When I did that Matlab version of that the answer Warning: Size input contains non-integer values. This will error in a future release. Use FLOOR to convert to integer values.
Please give me a reason to why this is occurring and a solution if possible.
  1 comentario
Image Analyst
Image Analyst el 31 de En. de 2014
And how can we do that? Read your post. All I can say is that you're giving non-integer values somewhere , but then you already know that because it told you.

Iniciar sesión para comentar.

Respuestas (1)

AJ von Alt
AJ von Alt el 31 de En. de 2014
Editada: AJ von Alt el 31 de En. de 2014
The function randn assumes a standard normal distribution of N(0,1) with mean 0 and variance 1.
If you want a different mean and variance you will have to scale and shift the output of randn as needed. There is an example of how to do that in the randn documentation page.

Categorías

Más información sobre Logical en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by