Info

この質問は閉じられています。 編集または回答するには再度開いてください。

I am having multiple functions in my program which is saved in a same folder. how do i verify all functions were used in the program

1 回表示 (過去 30 日間)
Shan Sha
Shan Sha 2018 年 8 月 29 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I am having multiple functions which is saved in same folder. how do i call all functions at a time? how can i check that it executed all functions that i have called in my PROGRAM

回答 (1 件)

Christian Heigele
Christian Heigele 2018 年 8 月 29 日
It sounds like you want to use the profiler to get a code coverage analysis.
That is described here.

Community Treasure Hunt

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

Start Hunting!

Translated by