1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-09 16:26:53 +02:00

Merge pull request #1166 from kdamball/patch-1

[matlab/en] Correct profile command
This commit is contained in:
Levi Bostian
2015-07-16 14:54:20 -05:00

View File

@@ -43,7 +43,7 @@ edit('myfunction.m') % Open function/script in editor
type('myfunction.m') % Print the source of function/script to Command Window type('myfunction.m') % Print the source of function/script to Command Window
profile on % turns on the code profiler 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 profile viewer % Open profiler
help command % Displays documentation for command in Command Window help command % Displays documentation for command in Command Window