blanks | Blanks |
cell | Cell array |
colon | Vector creation |
find | Find indices and values of nonzero elements |
fix | Round toward zero |
inputdlg | Gather user input |
isempty | Is Array Empty? |
isfield | Checks if a list contains a field |
isspace | Determine space characters |
matlab2r | Convert Matlab function to R |
max | Maximum (MATLAB version) |
min | Minimum (MATLAB version) |
nargin | Number of function input arguments |
ones | Matrix of ones |
questdlg | Prompt for multiple-choice |
rand | Generate matrix with U(0, 1) trials |
repmat | Repeat matrix |
reshape | Reshape array |
setdiff | Set differences of two arrays |
size | Size of an object |
sortrows | Sort rows of matrix or table |
squeeze | Squeeze |
strcmp | Compare two character elements |
times | Element-wise matrix multiplication |
uigetfile | Select a file for loading |
uiputfile | Save file |
zeros | Matrix of zeros |
zeros_or_ones | Matrix of zeros or ones |