Effacer les filtres
Effacer les filtres

Info

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

the scheduling problem must vary the elements row wise based on random numbers generated

1 vue (au cours des 30 derniers jours)
Arunachalam  D
Arunachalam D le 5 Juin 2015
Clôturé : MATLAB Answer Bot le 20 Août 2021
p=[5 4 3;3 2 1;6 5 3;4 3 2]
q=rand(4,3);
based on the rank of random numbers generated in q the values in p matrix must be interchanged row-wise. please help

Réponses (1)

Walter Roberson
Walter Roberson le 5 Juin 2015
See randperm()

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