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 Solvers84
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2819 Solvers
-
Return unique values without sorting
1018 Solvers
-
convert matrix to single column
437 Solvers
-
Find the index of n in magic(n)
273 Solvers
-
Find out sum of prime number till given number
271 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)