The function used most in matlab

I make a summary about the function often used in matlab.Write here to help the beginner to grasp the use of matlab fastly!

1. to beauty the plot

(1)hist3:
Syntax:

    hist3(X)
    hist3(X,nbins)
    hist3(X,ctrs)
    hist3(X,'Edges',edges)
    N = hist3(X,...)
    [N,C] = hist3(X,...)
    hist3(...,param1,val1,param2,val2,...)

(2) Some properties:

你可能感兴趣的:(MATLAB)