In randfixedsum function, how to generate random integer matrices?
Mostra commenti meno recenti
in this function,
i want to generate random integer matrices.
how can do this?
5 Commenti
KSSV
il 15 Mar 2017
Generate a vector with that and reshape it to matrix.
Brian Kim
il 15 Mar 2017
Walter Roberson
il 15 Mar 2017
Which integer data type does it need to be? int16?
Brian Kim
il 16 Mar 2017
Walter Roberson
il 16 Mar 2017
As I indicated, the routine you are looking at is not suitable for the case where you need the random values to be integral. The link I provided shows the needed code.
Risposte (1)
Walter Roberson
il 15 Mar 2017
0 voti
randfixedsum cannot be used to generate integers fairly.
Categorie
Scopri di più su Parallel Computing in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!