Appending mixed types to strings seems a bit tricky. Is this the intended behaviour?
Show older comments
I understand why I get different results, but is seems wrong. Is this intended?
'1' + "1" + 1
'1' + 1 + "1"
Accepted Answer
More Answers (0)
Categories
Find more on Characters and Strings in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!