Extracting specific numbers from a vector

How can I extract a specific number from a vector, saving the new vector minus the extracted number as a new variable, and saving the counted extracted number as a new variable?
eg. Extracting '-20' from the following.
A = [2 4 6 5 6 5 4 3 -20 4 6 7 -20 3 4 5 6 1 -20];
A1 = [2 4 6 5 6 5 4 3 4 6 7 3 4 5 6 1];
A2 = 3

类别

帮助中心File Exchange 中查找有关 Networks 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by