This exercise is for finding the values that meet your criteria.
a = [-5 28 7 83 73];
b = 23 ;
c = (a > b)
Then :
c =
0 1 0 1 1
What we are looking for now is how to get the values :
y =
28 83 73
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers46
Suggested Problems
-
Make the vector [1 2 3 4 5 6 7 8 9 10]
52681 Solvers
-
Getting the indices from a matrix
718 Solvers
-
Natural numbers in string form
1851 Solvers
-
Write a code that will follow the equation y = x * (x + x) * x.
356 Solvers
-
843 Solvers
More from this Author2
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
You seem to have swapped the correct answers for tests 1 and 2.
Thanks.
I fixed it