what the difference between run and debug????

12 ビュー (過去 30 日間)
Mary Jon
Mary Jon 2013 年 9 月 18 日
when I am used debug get same effect of run????????????

採用された回答

Image Analyst
Image Analyst 2013 年 9 月 18 日
What do you mean by debug? There is no debug button. There is a run button and it's the green triangle. Debugging is the process of stepping through your code and examining variables and output to see how the code operates, and if there's anything wrong with it. You need to run your code to debug it. But, of course, you can just run your code without debugging it - there's no requirement to set breakpoints, step a line at a time through your code, etc. You can just "let 'er rip."

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangePerformance and Memory についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by