Syntax
Description
str = deblank(
removes the trailing blanks from the end of a character string str
) str
.
c = deblank(c),
when c
is a cell array of strings, applies deblank
to each element of c
.
The deblank
function is useful for cleaning up the rows of a character array.
Examples
No comments:
Post a Comment