How to generate 500 random matrices by loop ?

1 visualizzazione (ultimi 30 giorni)
Farooq Aamir
Farooq Aamir il 14 Giu 2018
Risposto: KSSV il 14 Giu 2018
I want to generate 500 random matrices for a numerical test by loop? Can anyone help me?

Risposta accettata

KSSV
KSSV il 14 Giu 2018
Read about rand.
m = 10 ; n = 10 ; p = 500 ;
iwant = rand(m,n,p) ;

Più risposte (0)

Categorie

Scopri di più su Creating and Concatenating Matrices in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by