Bug SS-42
1 vote

num2str() cannot handle strings with spaces

Created by Martin Kraska on 3/23/2014 1:59 PM Last Updated by smath on 4/28/2016 4:44 PM
%
 (hrs)
Logged: 0   (hrs)

 Description

return value of num2str("a b") is undefined. Return value of num2str("ab") is ""ab""

    smath (Thursday, April 28, 2016 4:44 PM) #

Fixed.

Thank you!

    Davide (Sunday, April 24, 2016 7:42 PM) #

Related issue: copy & paste num2str("a b") returns a glitch