How to swapping values in matrix row ?
2 views (last 30 days)
Show older comments
Sajith Galgamuwa
on 20 Apr 2016
Commented: Sajith Galgamuwa
on 20 Apr 2016
given matrix eg:-
1 6 6 8
9 5 7 2
it should be chang as
1 6 6 8
2 7 5 9
0 Comments
Accepted Answer
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!