I want to generate a matrix of random numbers between 0 and 2.5 with length=8 and the sum of generated numbers be 20
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Mausmi Verma
el 22 de Oct. de 2021
Comentada: the cyclist
el 22 de Oct. de 2021
I want to generate a matrix of random numbers between 0 and 2.5
The length of generated matrix should be 8 and the total sum of generated matrix should be 20.
need help
thanks in advance
0 comentarios
Respuesta aceptada
the cyclist
el 22 de Oct. de 2021
Editada: the cyclist
el 22 de Oct. de 2021
2 comentarios
the cyclist
el 22 de Oct. de 2021
I read your question a bit more closely.
Of course, there is only one way to have 8 numbers that sum to 20, if the max is 2.5, which is to have all the numbers equal 2.5.
So, this function has returned the correct and only answer.
Más respuestas (0)
Ver también
Categorías
Más información sobre Creating and Concatenating Matrices en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!