Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

if i have to array how to match them ?

1 Ansicht (letzte 30 Tage)
Firas Al-Kharabsheh
Firas Al-Kharabsheh am 3 Mai 2016
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
if i have
Random_matrix = [ [ 1 1 1;3 2 1; 1 1 0] ,[0 3 2;2 3 1; 1 2 2],[3 2 2; 2 1 2; 1 2 2],[3 3 2 ; 2 1 2; 2 2 3];
and if i found
value = [ 15 12 3 6 ]
how can i match the matrix in the Random_matrix with the value if the
first value for first matrix
second value for second matrix
how can i sort value like that [3 6 12 15] which the matrix will change there position depend on their positions value
  1 Kommentar
CS Researcher
CS Researcher am 4 Mai 2016
Bearbeitet: CS Researcher am 4 Mai 2016
I did not understand the problem completely. Can you explain? What do you mean when you say, "how can i match the matrix in the Random_matrix with the value if the first value for first matrix, second value for second matrix"?

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by