How to generate 500 random matrices by loop ?

2 次查看(过去 30 天)
I want to generate 500 random matrices for a numerical test by loop? Can anyone help me?

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by