Borrar filtros
Borrar filtros

How to randomly add variance in a graph plot

1 visualización (últimos 30 días)
Krish Desai
Krish Desai el 28 de Sept. de 2015
Comentada: Walter Roberson el 28 de Sept. de 2015
I'm graphing y=x, but I want to add a second plot of black stars where y is randomly + or - 0.25 I know the code to plot is
plot (x,y2, 'k*')
but how do I randomly add noise to create y2?

Respuestas (1)

Star Strider
Star Strider el 28 de Sept. de 2015
Editada: Star Strider el 28 de Sept. de 2015
Experiment with the randn and rand functions to get the result you want.
  2 comentarios
Krish Desai
Krish Desai el 28 de Sept. de 2015
But don't I need to do use the rand function each time then? So for x=1 I would have to use rand(2) and have 1 correspond with .25 and 2 with -.25. But then I would have to do this 10 more times. I want to make it more efficient. Would I be able to create a new vector and add this to y2?

Iniciar sesión para comentar.

Categorías

Más información sobre Graph and Network Algorithms 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