blanks
Creating character array of white spaces
blanks(n)
n
n <= 0
['abcde'; blanks(5); 'fghij' blanks(5); 'klmno']
% Output ans = abcde fghij klmno