remove a part form a vector
显示 更早的评论
hello If I have for example a vector k=[1,2,3,4,5,6,7,8] and a vector i=[3,4,6,7] and I want to obtain a vector that contains element in k but not in i, it means here I want the vector [1,2,5,8] thanks in advance
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Modeling 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!