Utilities to access SLDV generated test cases

版本 1.0.0.0 (9.5 KB) 作者: Mikhail
Utilities to access SLDV generated test cases
56.0 次下载
更新时间 2016/11/11

查看许可证

This class provides utilities to access Simulink Design Verifier generated test cases.
Example usage:
% Construct sldvTests object
>> Tests = sldvTests('sldv_output/modelname/modelname_sldvdata.mat')
% Get number of test cases
>> Tests.numTestCases
% Get number of steps in first test case
>> Tests.getNumStepsInTestCase(1)

引用格式

Mikhail (2024). Utilities to access SLDV generated test cases (https://www.mathworks.com/matlabcentral/fileexchange/60183-utilities-to-access-sldv-generated-test-cases), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2016b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Functional Requirements Testing 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0