Plot a Curve and choose random points on it

I should find a curve that: * _for each value of x ---> one or more values on y_ * . It is not necessary that i plot the curve. I have to choose randomly some points on the curve and memorize it too.
How to do it?

 Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 21 de Nov. de 2013
Example
x=0:10
y=sin(x)
n=numel(y)
random_samples=y(randperm(n,randi(n)))

2 comentarios

Antonio
Antonio el 21 de Nov. de 2013
Editada: Antonio el 21 de Nov. de 2013
but how to write a curve that for each value of x ---> more values on y? Can i have an example?
Azzi Abdelmalek
Azzi Abdelmalek el 21 de Nov. de 2013
You are asking, I think you have to give an example to explain what you want

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Etiquetas

Preguntada:

el 21 de Nov. de 2013

Comentada:

el 21 de Nov. de 2013

Community Treasure Hunt

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

Start Hunting!

Translated by