Feeds
已提交
Generate a new function m-file, with documentation
This makes it really easy to document your functions in a standard format.
14 years 前 | 5 次下载 |
已提交
Check the number of arguments to a function
Prettify checking the number of arguments to a function.
14 years 前 | 2 次下载 |
已提交
Set default values
A very simple function that initialises a missing or empty value in the caller function.
14 years 前 | 2 次下载 |
已提交
ismonotonic
Determines whether or not a vector or matrix is monotonically increasing or decreasing.
15 years 前 | 1 次下载 |
已提交
logical2cellstr, cellstr2logical
Convert from a logical array to a cell array of 'true'/'false' strings and back again.
15 years 前 | 2 次下载 |
已提交
Almost a ternary conditional operator
Function for vectorised if-else statements.
16 years 前 | 2 次下载 |
已提交
Calculate number of bins for histogram
Automatically calculates the 'best' number of bins for a histogram.
16 years 前 | 2 次下载 |
已提交
ORDNUMSTR
Makes an ordinal numeral string from a number, e.g. 3 becomes 3rd.
16 years 前 | 1 次下载 |
已提交
Jitter
Adds a small amount of noise to an array. Ideal for signal processing or chaos theory.
18 years 前 | 2 次下载 |
已提交
Geometric standard deviation
Calculates the geometric standard deviation of an array.
18 years 前 | 2 次下载 |