Matlab strcat function troubles with spaces - Stack Overflow
I'm trying to accomplish this: strcat('red ', 'yellow ', 'white ') I expected to see "red yellow white", however, I see "redyellowwhite" on the command output. What needs to be done to ensure the ... From the matlab help page for strcat: "strcat ignores t...