How to generate a random 2x2 matrix with values in the range −1 to 1

3 visualizaciones (últimos 30 días)
Hi, I'm new to matlab and trying to generate a random 2x2 matrix with values in the range -1 to 1.
Thank you for your time.

Respuesta aceptada

Star Strider
Star Strider el 27 de Oct. de 2016
This works:
M = 2*rand(2)-1;
  4 comentarios
N/A
N/A el 27 de Oct. de 2016
Excellent, that works fine. Thank you.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Creating and Concatenating Matrices 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