edited-making value 0

In my previous posts the answer is correct,but every time i run i get different answer,randperm is used,but i dont want to values to e b echanged wen i run different times,please help

 채택된 답변

Andrei Bobrov
Andrei Bobrov 2012년 2월 2일

0 개 추천

EDIT
A=[2 4 5
6 8 9
1 3 4 ];
A_1_10 = A(:,:,ones(10,1));
k = nchoosek(1:9,3);
k2 = k(all(diff(k,1,2)>1,2),:)
k3 = k2(1:floor(size(k2,1)/10):end,:)
A_1_10(bsxfun(@plus,k3(1:10,:),(0:9:9^2).')) = 0

댓글 수: 2

kash
kash 2012년 2월 2일
Abdrei getting error
Undefined variable k.
Andrei Bobrov
Andrei Bobrov 2012년 2월 2일
corrected

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Andreas Goser
Andreas Goser 2012년 2월 2일

0 개 추천

So you want to have random number, but always the same set of random numbers? Check out RandStream.

댓글 수: 2

kash
kash 2012년 2월 2일
Andreas i dont need random generation,if u use random,every time i run my values get changed ,i dont want that ,dont need to use rand function
Bjorn Gustavsson
Bjorn Gustavsson 2012년 2월 2일
Kash, you answer before checking RandStream. That way you happen to give a comment that make you appear "less intelligent than you'd want to". Check out the documentation of RandStream, then answer.
HTH

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Random Number Generation에 대해 자세히 알아보기

태그

질문:

2012년 2월 2일

Community Treasure Hunt

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

Start Hunting!

Translated by