Info

This question is closed. Reopen it to edit or answer.

sorting matrix accroding to another matrix

1 view (last 30 days)
Jothi
Jothi on 5 Nov 2012
Closed: MATLAB Answer Bot on 20 Aug 2021
I have a Matrix
A= [ 1 2 3 2 3 1
2 1 4 3 2 1
2 3 3 4 4 1]
and the another matrix
B= [1 2 3 4]
i wamt sort the matrix A depends on the matrix B the output matrix is A
A=[1 1 2 2 3 3
1 1 2 2 3 4
1 2 3 3 4 4]
how should sort this way ie., the Matrix A will be sorted based on the matrix B.
thanks
  1 Comment
José-Luis
José-Luis on 5 Nov 2012
How is this question different from the one you asked before? If
B = [1 3 4 2]
What output would you expect? Instead of asking the same question several times, it would be more efficient if you explained what you actually want.

Answers (0)

Community Treasure Hunt

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

Start Hunting!