Dado um vetor V, verifique se o vetor está ordenado, retorne true ou false.
Ordenado([1 2 3 4]) = true;
Solution Stats
Solution Comments
Show comments
Loading...
Problem Recent Solvers48
Suggested Problems
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
13810 Solvers
-
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
601 Solvers
-
404 Solvers
-
6075 Solvers
-
Find the max element of the array
2240 Solvers
More from this Author20
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!