MATLAB: How to define string character

character

newValue=' ';
what does it mean?

Best Answer

It creates a string (character array) containing just a single space character.