debugging within built in matlab function

4 ビュー (過去 30 日間)
fima v
fima v 2020 年 5 月 15 日
編集済み: Ajay Kumar 2020 年 5 月 15 日
Hello , I want to see how my data being proccessed with polyfit function given my input vectors.
breaking point can only be put on the output of the function but i cant put breaking points and do debugging inside the polyfit.
Can i some how put breaking points inside polyfit?
Thanks.

採用された回答

Ajay Kumar
Ajay Kumar 2020 年 5 月 15 日
編集済み: Ajay Kumar 2020 年 5 月 15 日
right click on polyfit in editor window and select open "polyfit"
You can see the complete code behind polyfit and you can place breakpoints there.
Try to avoid changing the novel code as it deals with input and output arguments and changing them or saving it by mistake can lead to misbehaving of the function later.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeModeling についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by