Clear Filters
Clear Filters

How to get right hand side matrix from left hand side matrix in below image ?

1 view (last 30 days)

Answers (1)

Roger Stafford
Roger Stafford on 5 Dec 2017
Call the array, M.
M = M([10,1,6,3,2],:);

Categories

Find more on Multidimensional Arrays in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!