Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
the scheduling problem must vary the elements row wise based on random numbers generated
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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
0 comentarios
Respuestas (1)
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!