/namt

Not Another Matlab Toolbox

Primary LanguageMatlabBSD 2-Clause "Simplified" LicenseBSD-2-Clause

namt

Not Another Matlab Toolbox

General toolbox library for Matlab. Useful helper files that Matlab is lacking.

beepme - Outputs a sound beep of given length. Default is 50ms.

ccc - Clears all variables, closes all plots and clears the screen. Clean slate.

getDirFileList - Given a directory name the function returns a cell array of the containing the file names in the directory. If an specific file extension is specified then it only returns the names of the files with those extensions.

myPlot3 - Given M by N data matrix, where either M = 3 or N = 3, it makes a 3D point plot.

sumall - Sums all elements in a matrix.