fn_strcut
Contents
Syntax
y = fn_strcut(x[,c[,doempty]])
Description
Cut string x based on delimiter character c (default is [9 10 32], i.e. tab + linefeed + white space), and returns a cell array of sub-strings y.
Source
Thomas Deneux
Copyright 2006-2017