image thumbnail

updated 10 days ago

STRJOIN by Kota Yamaguchi

Concatenate an array into a single string. (string, array, cellstr)

strjoin(input, separator)

image thumbnail

updated 2 years ago

String to Cells by Cole Stephens

Split a single string into a cell array. (strings, string, cells)

str2cells(someString)

image thumbnail

updated almost 3 years ago

regexpcmp (strcmp meets regexp) by Jason Kaeding

Checks whether strings match a regular expression (pattern) or not. (strcmp, regexp, strmatch)

regexpcmp(str,expr,option)

image thumbnail

updated almost 4 years ago

LISTMATCH by Joerg Bretschneider

unique adaptive STRMATCH (strings, match, cellstr)

listmatch(item, list, warn)

image thumbnail

updated almost 4 years ago

Regular expression search in cell array of strings by Maximilien Chaumon

Search in cell array of strings. Returns indexes of cells in stead of indexes within cells . (cell, cellstr, regexp)

regexpcell(c,pat,inv)

image thumbnail

updated almost 5 years ago

num2cellstr by Andrew Watson

num2CellStr converts numeric or logical array to a cell array of strings (cellstr, structures, num2cellstr)

num2cellstr(x, format)

image thumbnail

updated almost 6 years ago

A much improved CHAR2LINE by Ian Howat

Returns a character array or cellstr as a single, delimited string. Useful for building ascii files. (strings, cell, cellstr)

char2line(varargin)

image thumbnail

updated 9 years ago

DatabaseCell2Mat by Michael Robbins

Converts the cell matrix that the Database Toolbox provides into a numeric matrix and a structure. (data import, data export, database)

[mdata,s]=DatabaseCell2Mat(GSData,attrval)

Contact us