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 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