miscellaneous

Miscellaneous tools that don't fit somewhere else.

Select category:

miscellaneous

ascii
Print ASCII table.
cell2cell
Return a one-dimensional cell array, extending along dimension DIM, which contains the slices of cell array C vertical to dimension DIM.
chebyshevpoly
Compute the coefficients of the Chebyshev polynomial, given the ORDER.
clip
Clip X values outside the range.to the value at the boundary of the range.
colorboard
Displays a color board corresponding to a numeric matrix M.
csv2latex
Creates a latex file from a csv file.
gameoflife
Runs the Conways' game of life from a given initial state for a given number of generations and visualizes the process.
hermitepoly
Compute the coefficients of the Hermite polynomial, given the ORDER.
hilbert_curve
Creates an iteration of the Hilbert space-filling curve with N points.
hc2ind
Converts Hilbert curve to linear matrix indices.
idxmatrix
Create matrix of subindexes
infoskeleton
Generate TeXinfo skeleton documentation of PROTOTYPE.
laguerrepoly
Compute the coefficients of the Laguerre polynomial, given the ORDER.
legendrepoly
Compute the coefficients of the Legendre polynomial, given the ORDER.
match
match is filter, like Lisp's ( & numerous other language's ) function for Python has a built-in filter function which takes two arguments, a function and a list, and returns a list. 'match' perfor...
normc
Normalize the columns of a matrix to a length of 1 and return the matrix.
normr
Normalize the rows of a matrix to a length of 1 and return the matrix.
nze
Extract nonzero elements of X.
partcnt
Calculate integer partition count.
partint
Calculate all integer partitions.
peano_curve
Creates an iteration of the Peano space-filling curve with N points.
physical_constant
Get physical constant ARG.
read_options
The function read_options parses arguments to a function as, [ops,nread] = read_options (args,...) - Read options
reduce
Implements the 'reduce' operator like in Lisp, or Python.
rolldices
Returns N random numbers from the 1:6 range, displaying a visual selection effect.
sample
Return M unique random integer values from 0..N-1, sorted in ascending order.
slurp_file
slurp_file return a whole text file F as a string S.
solvesudoku
Solves a classical 9x9 sudoku.
text_waitbar
Display text-based waitbar/progress bar.
textable
Save MATRIX in LaTeX format (tabular or array).
truncate
Truncates X to ORDER of magnitude.
units
Return the conversion factor from FROMUNIT to TOUNIT measurements.
zagzig
Returns zagzig walk-off of the elements of MTRX.
z_curve
Creates an iteration of the Z-order space-filling curve with N points.
zigzag
Returns zigzag walk-off of the elements of MTRX.

Package: miscellaneous