Problem 146. Tune your guitar
Solution Stats
Problem Comments
-
3 Comments
Many solutions depend on the tested inputs... Is there a way to prevent it ?
I posted 2 working solutions, they're not the shortest, but at least, they work with ANY input (C0, B10...), not just the tested ones!
Almost all working solutions are just a plain lookup tables : boring.
Add some sharps and flats to the test cases.
Solution Comments
-
1 Comment
Works for all 70 natural notes between 'C0' (16Hz) and 'B9' (15804Hz)
-
1 Comment
Works for all 70 natural notes between 'C0' (16Hz) and 'B9' (15804Hz)
-
1 Comment
Only works for tested inputs
tried D6 => 147 instead of 1175
Problem Recent Solvers113
Suggested Problems
-
822 Solvers
-
middleAsColumn: Return all but first and last element as a column vector
487 Solvers
-
Return the first and last characters of a character array
6248 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
6922 Solvers
-
Create a Multiplication table matrix...
353 Solvers
More from this Author23
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!