Creating a function that identifies repeated items in a vector
古いコメントを表示
I need help with creating this repeat function.
Write a function, repeat, that takes as input a vector of arbitrary length whose elements appear in random order. Determine whether the vector contains any repeated items. If it does, return true (1). Otherwise, return false(0). Test it in a program on the following vector: 11 22 33 44 55 66 77 99 11 102
2 件のコメント
Azzi Abdelmalek
2014 年 12 月 4 日
What is the expected result?
per isakson
2014 年 12 月 4 日
Homework? What you done so far?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Loops and Conditional Statements についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!