From a matrix creating a vector
3 ビュー (過去 30 日間)
古いコメントを表示
Hello,
I have matrix
A=[1 7 3 9 4; 8 6 8 9 1; 7 7 7 8]
I need to find the existing numbers from the matrix and create a vector, for example like this Vector1=[1 3 4 6 7 8 9]
and also count the numbers several times, for example like this Vector2=[2 1 1 1 4 3 2]
Thanks for the helpers :)
採用された回答
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Logical についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!