Creating a 7x8 matrice in range of x and y
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Sukru Yavuz
el 11 de Mzo. de 2018
Respondida: Star Strider
el 11 de Mzo. de 2018
How can I create a 7x8 matrice in range of 5 and 26?
0 comentarios
Respuesta aceptada
Star Strider
el 11 de Mzo. de 2018
If you only want integers:
M = randi([5 26], 7, 8);
0 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!