Home > freetb4matlab > strings > strtrim.m

strtrim

PURPOSE ^

% Remove leading and trailing blanks and nulls from @var{s}. If @var{s}

SYNOPSIS ^

function s = strtrim (s)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} strtrim (@var{s})
% Remove leading and trailing blanks and nulls from @var{s}.  If @var{s}
% is a matrix, @var{strtrim} trims each row to the length of longest
% string.  If @var{s} is a cell array, operate recursively on each
% element of the cell array.
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003