summaryrefslogtreecommitdiffhomepage
path: root/matlab.html.markdown
diff options
context:
space:
mode:
authorJacob Ward <jacobward1898@gmail.com>2015-10-30 07:39:58 -0600
committerJacob Ward <jacobward1898@gmail.com>2015-10-30 07:39:58 -0600
commitbb006a51c12e59ba215a7eab340bbbac8d024278 (patch)
tree1920b3770541783fb9e83e9ee41017c6f060cf33 /matlab.html.markdown
parent011c0b5fc7c723011f79554720593873f5275cca (diff)
parentf0a4c88acfac9514aca6dd33e2d3f8c4d5e815dc (diff)
Merge remote-tracking branch 'adambard/master'
Diffstat (limited to 'matlab.html.markdown')
-rw-r--r--matlab.html.markdown4
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