Code traces for exploring and troubleshooting executing code
現在この提出コンテンツをフォロー中です。
- フォローしているコンテンツ フィードに更新が表示されます。
- コミュニケーション基本設定に応じて電子メールを受け取ることができます
Code Trace for MATLAB®
Code Trace for MATLAB is a collection of functions for creating and manipulating code traces, which can be used to help understand what is happening in code as it executes. A code trace prints a brief note to the MATLAB Command Window whenever a specific line of code is executed. A code trace might just print the function name and line number, or it might also print a label and the value of variable or expression.
Basic Usage
Call addCodeTrace with the name of a MATLAB function or script file and the line number that you want to trace:
addCodeTrace("myfunc",10)
Then, call your function as your normally would:
out = myfunc(input1,input2);
See the script GettingStarted.mlx, in the doc folder, for examples.
Installation
Code Trace for MATLAB requires MATLAB release R2019b or newer.
Download the files to a folder on your computer, and place that folder on the MATLAB Search Path.
License
The license is available in the License file within this repository.
Community Support
Copyright 2022 The MathWorks, Inc.
引用
Steve Eddins (2026). Code Trace for MATLAB (https://github.com/mathworks/MATLAB-code-trace/releases/tag/v2.0.0), GitHub. に取得済み.
一般的な情報
- バージョン 2.0.0 (457 KB)
-
GitHub でライセンスを表示
MATLAB リリースの互換性
- R2019b 以降のリリースと互換性あり
プラットフォームの互換性
- Windows
- macOS
- Linux
| バージョン | 公開済み | リリース ノート | Action |
|---|---|---|---|
| 2.0.0 | See release notes for this release on GitHub: https://github.com/mathworks/MATLAB-code-trace/releases/tag/v2.0.0 |
|
|
| 1.0.0 |


