필터 지우기
필터 지우기

how to generate different sequence everytime using randsrc

조회 수: 2 (최근 30일)
Lynn Pang
Lynn Pang 2019년 3월 30일
댓글: Lynn Pang 2019년 4월 5일
i tried to created a 48X1 array of randomized M and Z and need to run it for 4 times (each generate a different randomised M and Z sequence )
i have used :
a = randsrc(1,48, [77 90 ; 0.45 0.55],48)
b=char(a)
but all of the sequence i have got are the same. i dont know wheere i went wrong . can anyone shed some light on this .
thanks .

채택된 답변

Amal George M
Amal George M 2019년 4월 2일
This is expected since the function is seeded with a value.
randsrc(m,n,___,seed)
If you remove the seed, the function will assume a random seed each time it is run.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Communications Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by