Problem 55910. Lista Ordenada
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 commentsProblem Recent Solvers44
Suggested Problems
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
12130 Solvers
-
690 Solvers
-
739 Solvers
-
9304 Solvers
-
48 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!