diff options
author | Geoff Liu <cangming.liu@gmail.com> | 2015-10-28 17:21:06 +0800 |
---|---|---|
committer | Geoff Liu <cangming.liu@gmail.com> | 2015-10-28 17:21:06 +0800 |
commit | 8875913b2e989ace6ea742b6c38a5f1e4cfa579d (patch) | |
tree | 29553c1d132943d88bd703cad0d060afc8cef912 /matlab.html.markdown | |
parent | 91db30e578d029cc3313343b6686762b0ac4f9fe (diff) | |
parent | ecbd4540681a99cb83a201f3f09deaf2af3fb58f (diff) |
Merge pull request #1719 from pelmers/indent_fixes
[java,matlab/en] Inconsistent tabs and spaces.
Diffstat (limited to 'matlab.html.markdown')
-rw-r--r-- | matlab.html.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/matlab.html.markdown b/matlab.html.markdown index 4d97834c..ad42d9a9 100644 --- a/matlab.html.markdown +++ b/matlab.html.markdown @@ -262,7 +262,7 @@ pcolor(A) % Heat-map of matrix: plot as grid of rectangles, coloured by value contour(A) % Contour plot of matrix mesh(A) % Plot as a mesh surface -h = figure % Create new figure object, with handle h +h = figure % Create new figure object, with handle h figure(h) % Makes the figure corresponding to handle h the current figure close(h) % close figure with handle h close all % close all open figure windows @@ -460,7 +460,7 @@ length % length of a vector sort % sort in ascending order sum % sum of elements prod % product of elements -mode % modal value +mode % modal value median % median value mean % mean value std % standard deviation |