Community Profile

photo

Guilherme Costa Nascimento

Last seen: 1 day ago Active since 2023

Followers: 0   Following: 0

Statistics

All
  • Knowledgeable Level 1
  • 3 Month Streak
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
R2020b : coverage explorer cumulative data
Hi Nicolas, You can aggregate coverage results programmatically using the + operator. You can find more details in this example...

1 day ago | 0

Answered
How to determine the subset of a test suite which needs to be rerun due to changes to a project's codebase?
I recommend you take a look at the CI/CD Automation support package: https://www.mathworks.com/products/ci-cd-automation.html O...

3 months ago | 0

Answered
How Generate Code Coverage Report in Cobertura XML Format for a .slx file
Hi Diana, For Simulink models you can use the sltest.plugins.ModelCoveragePlugin. This documentation page has an example of how...

4 months ago | 0

| accepted

Answered
test harness input for "read from file"
Hi Bertug, As you are using image files, you need to use the "Parameter Overrides" section to change the name of the image you ...

5 months ago | 0

Answered
Load nonfinite (Inf or NaN) data into simulink simulation
The only way that I know of to bring in NaN and Inf data into Simulink is with the Playback block, available starting in R2022b:...

5 months ago | 0

Answered
Multi-Dimension Matrix input for Simulink Test R2022a
Yes, you can create multidimensional signals in the Signal Editor. In your data, every column is treated as a separate "sub"-sig...

6 months ago | 0

Solved


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

8 months ago

Answered
How can I measure Equivalence Class Coverage for a Simulink model?
Measuring Equivalence Class Coverage is not natively supported in Simulink Coverage, but we have developed an intial solution fo...

10 months ago | 0

| accepted

Question


How can I measure Equivalence Class Coverage for a Simulink model?
Some signals in my model are partitioned into different equivalence classes. When testing the model, each of my test cases targe...

10 months ago | 1 answer | 0

1

answer