When the input is true, return 'on', otherwise, return 'off'.
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers514
Suggested Problems
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
2057 Solvers
-
Back to basics 21 - Matrix replicating
1819 Solvers
-
Flip the main diagonal of a matrix
921 Solvers
-
Getting the row and column location from a matrix
301 Solvers
-
375 Solvers
More from this Author31
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
The problem statement is misleading. 'if x' and 'if isequal(x, true)' are different conditions.