how to put only one element randomly in row of matrix
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Meriem Ben Kalia
am 11 Aug. 2020
Kommentiert: Meriem Ben Kalia
am 11 Aug. 2020
Hello,
Can anyone help me please, I didn't a solution
I'd like to put only one element of row to 1 'randomly' and the other putted in 0
Exemple I have A= zeros (4,3) I like to get A= [0 1 0; 1 0 0; 0 0 1; 1 0 0]
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Creating and Concatenating Matrices finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!