![Screen Shot 2019-06-07 at 12.05.07 AM.png](https://www.mathworks.com/matlabcentral/answers/uploaded_files/223475/Screen%20Shot%202019-06-07%20at%2012.05.07%20AM.png)
Randomly initialise a matrix with numbers between 0 and 1?
27 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I want to initialise a 2*5 matrix with values between 0 and 1. Is there any easy way to do this?
0 Commenti
Risposte (1)
Manvi Goel
il 6 Giu 2019
You can initialise a random matrix with uniform distribution between 0 and 1 by the following:
randomMatrix = rand(2,5)
![Screen Shot 2019-06-07 at 12.05.07 AM.png](https://www.mathworks.com/matlabcentral/answers/uploaded_files/223475/Screen%20Shot%202019-06-07%20at%2012.05.07%20AM.png)
0 Commenti
Vedere anche
Categorie
Scopri di più su Logical in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!