Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MATLAB では、すべての要素を取得できますが、取得することはできAませんB。
A
B
もしも
A = [1 2 3 4 5 6 7 8]; B = [1 2 3];
答えが であることを願っています[4 5 6 7 8]。
[4 5 6 7 8]
が必要なようですsetdiff()。
setdiff()