Update for Code Trace for MATLAB
About a month ago, I posted about my Code Trace for MATLAB tool, which is posted to GitHub and the File Exchange. This tool is useful for exploring and troubleshooting executing MATLAB code.
I just published an update, version 2.0.0. There are now several new options for addCodeTrace, including:
- Evaluate code trace expressions with no output arguments
NumExpressionOutputs = 0 or 1 - Write code trace displays to file instead of showing them in the Command Window
OutputFile = filename - Suppress the stack depth indentation
ShowStackDepth = true or false - Suppress code trace displays
DisplayTrace = true or false
Note that version 2.0.0 no longer does stack depth indentation by default.
See my earlier post for more information about this tool.
댓글
댓글을 남기려면 링크 를 클릭하여 MathWorks 계정에 로그인하거나 계정을 새로 만드십시오.