Software Listing of Author : "Jan Simon"
- anyEq
- License: Shareware
- Price:

This is a simple but fast check, if two arrays contain any common element
- Platform: Matlab, Scripts
- anyExceed
- License: Shareware
- Price:

Check if any element exceeds upper or lower limit Equivalent Matlab expression: any(Array(:) < Lower) || any(Array(:) > Upper) This Mex is faster especially for large arrays, because it returns after the first match is found and it does not creat
- Platform: Matlab, Scripts
- BlockMean
- License: Shareware
- Price:

BLOCKMEAN - Fast mean of rectangular submatrices
- Platform: Matlab, Scripts
- ButterParam
- License: Freeware
- Price: 0.00

ButterParam - Fast parameters for a digital Butterworth filter
- Platform: Matlab, Scripts
- Cell2Vec
- License: Shareware
- Price:

CELL2VEC - Concatenate cell elements to a vector The elements of arrays, which are elements of the input cell, are concatenated to a vector. V = Cell2Vec(C) INPUT: C: Cell array of any size.
- Platform: Matlab, Scripts
- CmdWinTool
- License: Shareware
- Price:

Programmatic control of the the command window
- Platform: Matlab, Scripts
- DataHash
- License: Shareware
- Price:

DATAHASH - Checksum for Matlab array, struct, cell or file
- Platform: Matlab, Scripts
- DateConvert
- License: Shareware
- Price:

DateConvert converts the DATESTR(0) format to a date vector or serial date number and backwards
- Platform: Matlab, Scripts
- DateStr2Num
- License: Shareware
- Price:

DATESTR2NUM - Fast conversion of DATESTR to DATENUM
- Platform: Matlab, Scripts
- DNorm2
- License: Shareware
- Price:

Fast euclidian norm over N.th dimension of a DOUBLE array
- Platform: Matlab, Scripts
- FileRealCase
- License: Shareware
- Price:

Get correct case of file or folder by repeated calls of DIR
- Platform: Matlab, Scripts
- FileRename
- License: Shareware
- Price:

This function renames the existing file or folder specified by the string Source to the name given by the string Dest
- Platform: Matlab, Scripts
- fRMField
- License: Shareware
- Price:

fRMField: Remove field(s) from a struct - fast C-MEX
- Platform: Matlab, Scripts
- fSGolayFilt
- License: Freeware
- Price: 0.00

fSGolayFilt is a fast polynomial smoothing filter for uniformly spaced signals
- Platform: Matlab, Scripts
- GetFullPath
- License: Shareware
- Price:

GetFullPath - Get absolute path of a file or folder name
- Platform: Matlab, Scripts
- isMatlabVer (Sripts)
- License: Shareware
- Price:

Compare Matlab version to specified number
- Platform: Matlab, Scripts
- isValidSymbol
- License: Shareware
- Price:

ISVALIDSYMBOL - Check string to be a valid Matlab symbol
- Platform: Matlab, Scripts
- Patch FILTFILT
- License: Freeware
- Price: 0.00

If applied to a matrix, the function FILTFILT (Signal Processing Toolbox) calls itself recursively for each column.
- Platform: Matlab, Scripts
- RenameField
- License: Shareware
- Price:

RenameField - Rename a fields of a struct T = RenameField(S, Old, New) INPUT: S: Struct or struct array. Old: String or cell string, name of the field to be renamed. New: String or cell string, new field name, which must be a valid Matlab symbol.
- Platform: Matlab, Scripts
- ScaleTime
- License: Freeware
- Price: 0.00

ScaleTime - fast linear matrix interpolation
- Platform: Matlab, Scripts
- Shuffle (Sripts)
- License: Shareware
- Price:

Shuffle - Random permutation of array elements
- Platform: Matlab, Scripts
- strncmpr
- License: Shareware
- Price:

Compare last N chars of strings or cell strings
- Platform: Matlab, Scripts
- uiFlash
- License: Freeware
- Price: 0.00

uiFlash: Direct attention to UI object by short flashing
- Platform: Matlab, Scripts
- UniqueFuncNames
- License: Freeware
- Price: 0.00

UniqueFuncNames - Check uniqueness of function names
- Platform: Matlab, Scripts
- VChooseK
- License: Shareware
- Price:

VChooseK(V, K) creates a matrix, which rows are all combinations of choosing K elements of the vector V without order and without repititions.
- Platform: Matlab, Scripts
- VChooseKO
- License: Shareware
- Price:

VChooseKO(V, K) creates a matrix, which rows are all permutations of choosing K elements of the vector V with order and without repetitions.
- Platform: Matlab, Scripts
- VChooseKR
- License: Shareware
- Price:

VChooseKR(V, K) creates a matrix, which rows are all combinations created by choosing K elements of the vector V without order and with repetitions
- Platform: Matlab, Scripts
- VChooseKRO
- License: Shareware
- Price:

VChooseKRO(V, K) creates a matrix, which rows are all permutations created by choosing K elements of the vector V with order and with repetitions.
- Platform: Matlab, Scripts
- WindowAPI
- License: Shareware
- Price:

WINDOWAPI - Set window properties using the Windows API
- Platform: Matlab, Scripts