Generate random matrix ‘r’ of size 3 by 4 with number varying between -4 and 6

1 visualización (últimos 30 días)
Q

Respuesta aceptada

KSSV
KSSV el 1 de Oct. de 2016
a = -4;
b = 6;
r = (b-a).*rand(3,4) + a;

Más respuestas (0)

Categorías

Más información sobre Random Number Generation 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