miscellaneous
Miscellaneous tools that don't fit somewhere else.
Select category:
miscellaneous
Print ASCII table.
Return a one-dimensional cell array, extending along dimension DIM, which contains the slices of cell array C vertical to dimension DIM.
Compute the coefficients of the Chebyshev polynomial, given the ORDER.
Clip X values outside the range.to the value at the boundary of the range.
Displays a color board corresponding to a numeric matrix M.
Creates a latex file from a csv file.
Runs the Conways' game of life from a given initial state for a given number of generations and visualizes the process.
Compute the coefficients of the Hermite polynomial, given the ORDER.
Creates an iteration of the Hilbert space-filling curve with N points.
Converts Hilbert curve to linear matrix indices.
Create matrix of subindexes
Generate TeXinfo skeleton documentation of PROTOTYPE.
Compute the coefficients of the Laguerre polynomial, given the ORDER.
Compute the coefficients of the Legendre polynomial, given the ORDER.
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...
Normalize the columns of a matrix to a length of 1 and return the matrix.
Normalize the rows of a matrix to a length of 1 and return the matrix.
Extract nonzero elements of X.
Calculate integer partition count.
Calculate all integer partitions.
Creates an iteration of the Peano space-filling curve with N points.
Get physical constant ARG.
The function read_options parses arguments to a function as, [ops,nread] = read_options (args,...) - Read options
Implements the 'reduce' operator like in Lisp, or Python.
Returns N random numbers from the 1:6 range, displaying a visual selection effect.
Return M unique random integer values from 0..N-1, sorted in ascending order.
slurp_file return a whole text file F as a string S.
Solves a classical 9x9 sudoku.
Display text-based waitbar/progress bar.
Save MATRIX in LaTeX format (tabular or array).
Truncates X to ORDER of magnitude.
Return the conversion factor from FROMUNIT to TOUNIT measurements.
Returns zagzig walk-off of the elements of MTRX.
Creates an iteration of the Z-order space-filling curve with N points.
Returns zigzag walk-off of the elements of MTRX.
Package: miscellaneous