How to swapping values in matrix row ?
2 ビュー (過去 30 日間)
古いコメントを表示
Sajith Galgamuwa
2016 年 4 月 20 日
コメント済み: Sajith Galgamuwa
2016 年 4 月 20 日
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 件のコメント
採用された回答
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!