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

3 views (last 30 days)

Answers (1)

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

Tags

Community Treasure Hunt

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

Start Hunting!