mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-26 23:23:55 +00:00
Update matlab.html.markdown
This commit is contained in:
parent
53f0f98ac4
commit
90c27c72cf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user