Creating a 7x8 matrice in range of x and y

2 visualizaciones (últimos 30 días)
Sukru Yavuz
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?

Respuesta aceptada

Star Strider
Star Strider el 11 de Mzo. de 2018
If you only want integers:
M = randi([5 26], 7, 8);

Más respuestas (0)

Categorías

Más información sobre Mathematics en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by