matlab如何实现两个矩阵的去同存异。
이전 댓글 표시
M =
0 0
1 1
1 2
1 3
2 1
3 1
3 2
4 1
4 2
T =
0 0
1 1
1 2
2 1
如何将M中和T内容一样的行删掉只保留不同于T的那几行?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 MATLAB 快速入门에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!