Page 1 of 1

Appending a space (' ') to the specified Whitespace characters

Posted: Thu Feb 09, 2017 2:22 pm
by matlab1
Appending a space (' ') to the specified Whitespace characters

Re: Appending a space (' ') to the specified Whitespace characters

Posted: Tue Jan 19, 2021 8:39 pm
by matlab1
Solution:


TF = isspace(A) returns a logical array TF. If A is a character array or string scalar, then the elements of TF are logical 1 (true) where corresponding characters in A are space characters, and logical 0 (false) elsewhere. isspace recognizes all UnicodeĀ® whitespace characters.






For more information,

https://en.wikipedia.org/wiki/Whitespace_character

https://www.mathworks.com/help/matlab/ref/isspace.html