summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLevi Bostian <levi.bostian@gmail.com>2015-07-16 14:54:20 -0500
committerLevi Bostian <levi.bostian@gmail.com>2015-07-16 14:54:20 -0500
commitd70a0ce1df82d038be1dc671ed9056b2803c3efe (patch)
tree34c4239b52350c663091754d83ff2d0e1b2b8e0e
parent53f0f98ac49332462fbf3b1ee526d4a19b0b8927 (diff)
parent90c27c72cfbd1fc2fa4b5700a5e08efc6c3ed874 (diff)
Merge pull request #1166 from kdamball/patch-1
[matlab/en] Correct profile command
-rw-r--r--matlab.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/matlab.html.markdown b/matlab.html.markdown
index 9de41275..00f4c53a 100644
--- a/matlab.html.markdown
+++ b/matlab.html.markdown
@@ -43,7 +43,7 @@ edit('myfunction.m') % Open function/script in editor
type('myfunction.m') % Print the source of function/script to Command Window
profile on % turns on the code profiler
-profile of % turns off the code profiler
+profile off % turns off the code profiler
profile viewer % Open profiler
help command % Displays documentation for command in Command Window