How to randomized a n by m matrix ?

I want to randomize an n by m matrix containing numbers just between -1 to 1, where the sum of each row vector is equal to 1.
Ex. 3 by 2 matrix:
m = [.6 .3 .1; ...
.2 .7 .1]

Réponses (1)

Roger Stafford
Roger Stafford le 3 Sep 2017
Modifié(e) : Stephen23 le 3 Sep 2017

1 vote

You can use my File Exchange routine “randfixedsum” at:
to obtain your 1 sums with values between -1 and 1.

Catégories

En savoir plus sur Random Number Generation dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by