Return three quarters of n without using addition, subtraction, multiplication or division.
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers83
Suggested Problems
-
Select every other element of a vector
36279 Solvers
-
Back to basics 21 - Matrix replicating
1797 Solvers
-
Matlab Basics - y as a function of x
527 Solvers
-
Matlab Basics II - Determine if an array has a 3rd dimension
167 Solvers
-
Finding perimeter of a rectangle
495 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Several answers seem to think "*" isn't actually multiplication :-( . Follow the rules, folks!
see problem 242 for an example of how to disallow the use of specific characters (improving your testsuite is a better way to ask players to "follow the rules" of your problem in Cody)