How can I create Baseline Criteria In Test Manager

2 次查看(过去 30 天)
Hi there,
Self-taught 2015 MATLAB beginner here. I am attempting to compare between my model's output and anticipated output by using Test manager. So I made Test file and Test case but how can I create my own baseline criteria?
Thank you

回答(1 个)

Abhishek
Abhishek 2016-1-31
编辑:Abhishek 2016-2-1
You need to capture baseline data for creating baseline criteria. There are a couple of ways you can do this. You need to first enable logging in your model.Enable signal logging for signals of interest in your model. More details here: http://www.mathworks.com/help/simulink/ug/exporting-signal-data-using-signal-logging.html
1. Run the simulation to collect the logged data in base workspace. Save the variable in a MAT-file. You can add this MAT-file in the Baseline Criteria section of the test case. Test Manager will identify the signals and will show them as baseline signals. Once added, you can add absolute and relative tolerances to each signal or entire file.
2. If logging is enabled in your model, you can click on "Capture" button in Baseline criteria. You will be asked to specify the location of the MAT-file where you want the baseline data to be captured. Test Manager will then run the simulation and capture the data in the specified MAT-file.

类别

Help CenterFile Exchange 中查找有关 Outputs 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by