mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-10 00:36:48 +02:00
Merge pull request #1166 from kdamball/patch-1
[matlab/en] Correct profile command
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user