MATLAB Resources

Please read the complete disclaimer prior to using any files or programming tips in this page.


LabelLinePlots.m (Type = function)
Permits graph labels to be placed directly on line plots. Requires Rchoose.m Notes MATLAB

Makemat.m (Type = function)
Converts a string into a one dimensional string array based on a delimiter in the string. Each row of the array consists of characters between consecutive delimiters. Similar to the Visual Basic Split function. Notes MATLAB

Rchoose.m (Type = function)
Random selection of one or more numbers from a set of numbers. Notes MATLAB

HistStr.m (Type = function)
Histogram of a character array. Returns the distribution of unique rows of a character array. Character equivalent of MATLAB function HIST. Notes MATLAB

Roundoff.m (Type = function)
Rounds a scalar, matrix or vector to a specified number of decimal places. Works with negative numbers too. Notes MATLAB

File2Cell.m (Type = function)
Allows importing of data from files which contain both numeric and non-numeric data. Reads and converts an entire file into a cell array based on a delimiter. Requires Makemat.m Notes MATLAB

WriteTable.m (Type = function)
Allows exporting data in a numeric array to an ASCII file under a specified format including row and column headings. Notes MATLAB

FindNear.m (Type = function)
Finds the element in an array or vector closest to a specified value. Returns the value and the location. Notes MATLAB