Borrar filtros
Borrar filtros

How do I generate exponential numbers from 0 to 1?

5 visualizaciones (últimos 30 días)
Thijs Ruigrok
Thijs Ruigrok el 24 de Abr. de 2015
Comentada: Thijs Ruigrok el 24 de Abr. de 2015
How do I generate exponential numbers from 0 to 1, the numbers should be random with a increasing value Thanks!
  1 comentario
Image Analyst
Image Analyst el 24 de Abr. de 2015
"random with a increasing value" does not make sense. If they're always increasing, then they're not random, are they?

Iniciar sesión para comentar.

Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 24 de Abr. de 2015
Editada: Azzi Abdelmalek el 24 de Abr. de 2015
ii=sort(exp(randi([-10 0],10,1)))

Más respuestas (1)

Image Analyst
Image Analyst el 24 de Abr. de 2015

Categorías

Más información sobre Random Number Generation 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