Why is the "Expected Output Values" of the Simulink Design Verifier missing in the generated HTML report for models with Table blocks?

2 views (last 30 days)
I am using Simulink Design Verifier for r2010b SP2. We are trying to run models with Table blocks. I checked the option "Include Expected Output Values" in the Design Verifier setting. The generated HTML report does not display the output values.
For all our other models, the output values are displayed just fine when the output setting is checked. But for models with Table blocks, the output is not generated in the HTML report of SLDV? Is this a bug or a limitation? Is there a workaround? Can I generate the output values from the harness and the sldvdata.mat file?

Answers (1)

german baca espinoza
german baca espinoza on 8 Nov 2018
Hello Mr. Bobis. I do not have an answer, but i would like to subscribe to the same issue at our end: Matlab 2015b. There is a parameter which SOMETIMES helps to solve the problem. I underline "sometimes" because we cannot determined whether it helps decreasing or increasing it.
  • sldvoptions.MaxProcessTime=600 --> Expected Output presence OK
  • sldvoptions.MaxProcessTime=2000 --> Expected Output presence NOTOK !
  • sldvoptions.MaxProcessTime=6000 --> Expected Output presence OK
Important to mention is that we fave the issue only on: * sldvoptions.Mode='TestGeneration'; * sldvoptions.MaxTestCaseSteps=10000; * sldvoptions.Parameters=off; * sldvoptions.ExtendExistingTests = 'on'; * sldvoptions.ExistingTestFile = filenames.DataFile; * sldvoptions.IgnoreExistTestSatisfied = 'off'; * sldvoptions.TestSuiteOptimization = 'LongTestcases'; * sldvoptions.ModelCoverageObjectives = 'MCDC'; Whenever we have these parameters in bold characters set to: * sldvoptions.Parameters=on * sldvoptions.ExtendExistingTests = 'off'; then the problem does not appear either.

Community Treasure Hunt

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

Start Hunting!