How to delete duplicate values from an array or a vector
古いコメントを表示
How to delete duplicate values from an array or a vector
Hi, how do I delete duplicate values from an array or a vector provided that unique function is not used and that the place of the value does not remain empty or zero. The result is like this
a=[1 2 3 6 1 3 1];
a=[1 2 3 6]
b=[1 1 3
3 4 5
4 9 1];
b=[1 3 4 5 9]
5 件のコメント
Matt J
2021 年 2 月 10 日
Since it is a homework problem, show us what you've done and where you are stuck.
KALYAN ACHARJYA
2021 年 2 月 10 日
編集済み: KALYAN ACHARJYA
2021 年 2 月 10 日
@Matt J Exactly, so valid Question
:)
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Interpolation of 2-D Selections in 3-D Grids についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!