Borrar filtros
Borrar filtros

How to generate 500 random matrices by loop ?

1 visualización (últimos 30 días)
Farooq Aamir
Farooq Aamir el 14 de Jun. de 2018
Respondida: KSSV el 14 de Jun. de 2018
I want to generate 500 random matrices for a numerical test by loop? Can anyone help me?

Respuesta aceptada

KSSV
KSSV el 14 de Jun. de 2018
Read about rand.
m = 10 ; n = 10 ; p = 500 ;
iwant = rand(m,n,p) ;

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