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
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에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!