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.
ソートされたベクトルを値の2つの部分に分割するスマートな方法はありますか?
A = [5 4 4 4 3 3 2 1];
2 つのベクトルが必要です。1 つは 3 より大きいすべての数値を含み、もう 1 つは残りの数値を含みます。arrayfun がこの問題の唯一の解決策ですか?