Show function parameters in console

I have several functions that take around 9 variables, and I need an easy way for the command line to tell me which variables I'm editing when I'm running it, similar to the way the editor does. Is there some way to turn this on?

回答 (1 件)

Oleg Komarov
Oleg Komarov 2011 年 5 月 2 日

0 投票

Set a breakpoint and call the function. The execution will be stopped at the breakpoint line, then you can proceed debugging.

カテゴリ

ヘルプ センター および File ExchangeSimulink についてさらに検索

質問済み:

2011 年 5 月 2 日

Community Treasure Hunt

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

Start Hunting!

Translated by