Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

let x&T two vector.now permute the x with T to get Y such that "y=x(t(n)).n is itration...next step???

2 vues (au cours des 30 derniers jours)
Sultan Mehmood
Sultan Mehmood le 2 Juil 2018
Clôturé : MATLAB Answer Bot le 20 Août 2021
A=[1 2 3;4 5 6;7 8 9]; B=A(:)'; x(1)=0.3; p=0.343; for n=2:9; 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 Q=sort(x); T=randperm(length(x)); Q(n)=x(T(n));

Réponses (0)

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by