How to generate 500 random matrices by loop ?

1 回表示 (過去 30 日間)
Farooq Aamir
Farooq Aamir 2018 年 6 月 14 日
回答済み: KSSV 2018 年 6 月 14 日
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 Center および File ExchangeCreating and Concatenating Matrices についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by