matrix
-
v=V(:) # from matrix to vector
-
numel # total number of elements in a matrix
-
use numel instead of length
-
meshgrid
-
ndgrid # prepare a mesh of x y z coordiante values
-
sparse # full to sparse matrix
-
full # sparse to full matrix
-
reshape
-
use [] to represent the total number of elements
-
repmat: replicat and tile an array
string
-
strrep # replace string
-
int2str
digital signal processing
statistical estimation
-
polyfit & polyval
-
autocorr
Graphics
-
get: get properties of a variable
-
set: set properties of a variable
-
imshow, imshowpair
-
ksdensity: for R-style density plot
-
medfilt1
-
medfilt2
-
figure properties
paralle computing
issues
Hide Comments