I am trying to create a random 10x10 matrix that each row is equal to a certain value, what would be the best way of carrying this out?

3 次查看(过去 30 天)
How to set the sum of each row in a matrix to a certain value when creating a random matrix

回答(2 个)

Walter Roberson
Walter Roberson 2017-2-14

Roger Stafford
Roger Stafford 2017-2-16
As Walter has stated, you can use the routine I contributed to the File exchange called “randfixedsum” for each of your ten rows. However, that function does require that you specify a lower and an upper limit for each of the ten elements for any given row. That is something you would need to decide.

类别

Help CenterFile Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by