diff options
author | Kado <kdamball@users.noreply.github.com> | 2015-07-16 18:43:13 +0300 |
---|---|---|
committer | Kado <kdamball@users.noreply.github.com> | 2015-07-16 18:43:13 +0300 |
commit | 90c27c72cfbd1fc2fa4b5700a5e08efc6c3ed874 (patch) | |
tree | 34c4239b52350c663091754d83ff2d0e1b2b8e0e | |
parent | 53f0f98ac49332462fbf3b1ee526d4a19b0b8927 (diff) |
Update matlab.html.markdown
-rw-r--r-- | matlab.html.markdown | 2 |
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 |