Creating Matrix between two values
16 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How can I creating 2x6 matrix using matrix operations? Elements of the matrix will be random numbers between 10 and 90.
0 commentaires
Réponses (1)
Mohammad Sami
le 30 Déc 2019
If I understood correctly, you can use the function randi to generate a matrix of integers for any specified size.
randi([10 90],2,6)
2 commentaires
Voir également
Catégories
En savoir plus sur Creating and Concatenating Matrices dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!