Simulink Design Verifier Expected Output missing

1 回表示 (過去 30 日間)
Nipurn Gulgulia
Nipurn Gulgulia 2019 年 3 月 18 日
コメント済み: Shishir Dwivedi 2019 年 3 月 25 日
I am trying to generate Test cases using SLDV in Matlab2017a. I checked "Include Expected Output Value" under result section of Design Verifier. But still in .mat file and HTML report i am not able see any expected output. Is there any conition for output port/Signal or any other settings which needs to generate Expected Output result.
Is there anyone who can help me with it ?

回答 (1 件)

Pat Canny
Pat Canny 2019 年 3 月 18 日
You should see the expected outputs in the sldvData.TestCases.expectedOutput field (from the .mat file). It should be an array of cell arrays.
In the report, you should see an Expected Output section for each Test Case generated.
  2 件のコメント
Nipurn Gulgulia
Nipurn Gulgulia 2019 年 3 月 22 日
I checked and its not there.
Is there any other thing need to check other than "Include Expected Output Value" under result section of Design Verifier.
Shishir Dwivedi
Shishir Dwivedi 2019 年 3 月 25 日
Hi Nipurn,
  • Is the model having unconnected outports?
  • Are there any model references used in the main model & if yes then are the referenced models have SaveFormat = Dataset?. Change the save format to "Array" or "Structure with time" and see if you are able to get expected outputs.
Best Regards,
Shishir.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeBest Practices for Simulink Design Verifier Analysis についてさらに検索

製品


リリース

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by