Clear Filters
Clear Filters

MATLAB model unit testing/Static code/Dynamic Code

4 views (last 30 days)
What tools we can use for unit testing/Static code Analysis/Dynamic code Analysis for matlab model.

Answers (1)

Steven Lord
Steven Lord on 13 Sep 2017
There is a xUnit-style testing framework included in MATLAB. Depending on what type of analysis you want to perform Code Analyzer, the checkcode function, and/or the profiler may be of interest to you.

Categories

Find more on Verification, Validation, and Test 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!