1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-24 23:30:58 +02:00

Update matlab.html.markdown

This commit is contained in:
Kado
2015-07-16 18:43:13 +03:00
parent 53f0f98ac4
commit 90c27c72cf

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
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