Problem 44380. ASCII Birthday Cake
Solution Stats
Problem Comments
-
4 Comments
Show
1 older comment
Yona
on 17 Oct 2017
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
Elmar Zander
on 17 Oct 2017
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.
Yona
on 18 Oct 2017
maybe you right. the question is how i can remove it after or during the construction?
Yona
on 18 Oct 2017
I found the difference and add a patch (cost me 50 in length)
Solution Comments
Show comments
Problem Recent Solvers216
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!