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 Exchange에서 Function Creation에 대해 자세히 알아보기

질문:

2011년 5월 2일

Community Treasure Hunt

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

Start Hunting!

Translated by