diff options
| author | Dennis Keller <dk.denniskeller@gmail.com> | 2015-10-31 11:11:06 +0100 | 
|---|---|---|
| committer | Dennis Keller <dk.denniskeller@gmail.com> | 2015-10-31 11:11:06 +0100 | 
| commit | ca6ea580c7df41730fe547b0c35b3406dc9e590f (patch) | |
| tree | 8f6daf20606ce1dd0e050c8b65ebcef452e20d0e /matlab.html.markdown | |
| parent | 2c99b0a9553f25a7ac43b04a14c4e2d78fe2b318 (diff) | |
| parent | edfc99e198fd2e87802ea81d6779fbadfab64919 (diff) | |
Merge remote-tracking branch 'upstream/master' into scala/de
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 | 
