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 1 year ago

Repeated Values by Mike Sheppard

Finds all repeated values for input X, and their attributes. (repeat values, vector, mathematics)

[RV,NR,POS,IR]=repval(varargin)

image thumbnail

updated 2 years ago

Overload Char by Jon Danisch

Changes default behavior of [], +, - for char types. (overloading, char, horzcat)

ToggleCharOverloading(xstr)

horzcat(varargin)

minus(y,z)

image thumbnail

updated 2 years ago

Encrypt email address by Jerome Degallaix

Create the vector which can be decipher with the command char(cumsum(vector)). (email, char, cumsum)

Encrypt_text(str)

image thumbnail

updated almost 3 years ago

Find numerical values (digits) in a string array. by T. R.

Function that determines for a given string 'str' if some of its characters are digits from 0 to 9. (digit, numeric, string)

isstrdigit( str, M, N )

image thumbnail

updated 3 years ago

allwords by John D'Errico

Parse a sentence or any string into distinct "words" (string, char, words)

allwords(str,sepchars)

image thumbnail

updated 3 years ago

char2cell by Mirko Hrovat

Converts a character array (or cell string) array to a cell string array using delimiters and rows. (cell, char, string)

char2cell(s,delim,rowseparate,trim)

image thumbnail

updated almost 4 years ago

LISTMATCH by Joerg Bretschneider

unique adaptive STRMATCH (strings, match, cellstr)

listmatch(item, list, warn)

image thumbnail

updated 4 years ago

cellhist by Tal Shir

Plots a Histogram based on cell string array. (hist, histogram, cell)

[n cellout]=cellhist(CELL)

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 almost 8 years ago

str2cell: a pedestrian cell creator by us

creates a cell array from an input vector of any valid ML datatype (matrices, char, string)

c=str2cell(s,varargin)

image thumbnail

updated 8 years ago

gettok: a pedestrian matlab constructs decoder by us

a decoder/tokenizer for MATLAB constructs (structures, cell arrays, syntax)

stokdemo

[out1,out2,out3]=gettok(s,varargin)

o=stok(ivar)

Contact us