selecting desired row
显示 更早的评论
I have 2 matrix
A=[10 50 69
8 9 10;
79 52 63]
B=[5; 79;7 ]
now i want to dispaly row A corresponding to B (i.e)i want to comapare 1st columns of A and B,i want to display which is present in both A and B(1st column)...
in this A and B only 79 is present so i wnat to dispaly as
79 52 63
i have 1000x6 matrices
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Linear Algebra 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!