Refine by Content Type

Refine by Category

Refine by Product

Refine by Time Frame

image thumbnail

updated 1 year ago

Copy Files in Batches using Search Terms by Tristan Ursell

Copy files matching search terms, from sub-directories matching search terms into a new directory. (array, cell, copy)

accumulator

image thumbnail

updated 2 years ago

Get HTML Table Data into MATLAB by Jeremy Barry

Identify tables and interactively select the data to bring into MATLAB. (html, table, import)

getTableFromWeb(varargin)

getTableDataScript.m

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 3 years ago

strpat: a pedestrian, exactly matching pattern finder / replacer by us

STRPAT finds and replaces an exactly matching pattern in a character or numeric string (match, find, numeric)

[nvec,sout]=strpat(str,pat,npat)

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 4 years ago

hs: a pedestrian history search engine by us

hs searches the command history for patterns (string, find, strfind)

p=hs(varargin)

image thumbnail

updated almost 5 years ago

rex: a pedestrian regular expression operator synopsis generator by us

rex prints a synopsis of the current regular expression operator syntax (synopsis, operator, string)

rex.m

image thumbnail

updated almost 6 years ago

rsplit by Gerald Dalley

Splits a delimited string into a cell array using a regular expression. (explode, array, break)

rsplit(r,s)

image thumbnail

updated 7 years ago

GetSubFunNames by Michael Robbins

Gets the name of a file's subfunctions. (strings, depfun, dependent)

GetSubFunNames(FIDSlurp,CONTENTS)

image thumbnail

updated 7 years ago

SplitFunctions by Michael Robbins

takes a file with many functions in it and splits those functions up into as many files, entitled wi (path, directories, files)

SplitFunctions(filename,targetdir,DOWAITBAR)

image thumbnail

updated almost 8 years ago

FixFileName by Michael Robbins

removes invalid symbols from a filename taking the OS into account, automatically or by specifying a (path, directories, files)

newfilename=fixfilename(oldfilename,sysname,usespaces,eight...

image thumbnail

updated 8 years ago

repfloat by Michael Robbins

Replaces a number in a string, while preserving the string length. (strings, regexp, regexprep)

repfloat.m

image thumbnail

updated 8 years ago

StringIsNumber by Michael Robbins

STRINGISNUMBER returns 1 if the input string contains only a number and otherwise a zero. (strings, string, number)

out=StringIsNumber(instr)

Contact us