Write out which values are represented in an array
1 次查看(过去 30 天)
显示 更早的评论
Hello, I have an array. For example [3 4 5 63 5 6 4 3 5 6 4 32]. I need a function that returns the values which are in the array. So the result of the function is: [3 4 5 6 32 63]. I cannot find a solution.
Thank you very much.
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Matrices and Arrays 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!