Show function parameters in console
Show older comments
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?
Answers (1)
Oleg Komarov
on 2 May 2011
0 votes
Set a breakpoint and call the function. The execution will be stopped at the breakpoint line, then you can proceed debugging.
Categories
Find more on Function Creation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!