Info

この質問は閉じられています。 編集または回答するには再度開いてください。

how to create relation b/w two vector by scrambling vector .let x& A be two vectors and T is formed by scrambling vectors. s.that A(i)=x(t(i)

1 回表示 (過去 30 日間)
Sultan Mehmood
Sultan Mehmood 2018 年 6 月 28 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
x=0.3;
p=0.343;
for n=2:5;
if x(n-1)>=0 & x(n-1)<=p
x(n)=x(n-1)/p;
else
x(n)=(1-x(n-1))/(1-p);
end
end
A=sort(x);
T= scrambled (x,A)

回答 (0 件)

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by