Problem 44380. ASCII Birthday Cake
Solution Stats
Problem Comments
-
4 Comments
can anyone check my solution 1292494. it look like when i convert to string it add a space before EOL (ascii 10).
I don't find from where it came
Maybe it comes from the new matlab strings introduced only recently in R2017a. You can notices them by the 'string' constructor and the double quotes in the test cases.
String concatenation and some other things seem to work differently for them, than for the good old char arrays.
maybe you right. the question is how i can remove it after or during the construction?
I found the difference and add a patch (cost me 50 in length)
Solution Comments
Show commentsProblem Recent Solvers216
Suggested Problems
-
Find the peak 3n+1 sequence value
1987 Solvers
-
16694 Solvers
-
Project Euler: Problem 9, Pythagorean numbers
980 Solvers
-
245 Solvers
-
find the maximum element of the matrix
457 Solvers
More from this Author56
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!