Guilherme Costa Nascimento
MathWorks
Followers: 0 Following: 0
Estadística
1 Pregunta
12 Respuestas
0 Problemas
1 Solución
CLASIFICACIÓN
3.567
of 295.467
REPUTACIÓN
14
CONTRIBUCIONES
1 Pregunta
12 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
107.229
of 153.912
CONTRIBUCIONES
0 Problemas
1 Solución
PUNTUACIÓN
20
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Is there any autosave option for tests results in test manager?
Assuming you are using Simulink Test: If you need to save the results themselves rather than a report, use sltest.testmanager.e...
8 días hace | 0
I am trying to write a script to convert a test case from baseline to Real- Time using test manager. However I am unable to do it programmatically. Is there any way to do it ?
There's no way to programmatically convert an existing test case into a Real-Time test case, but when first creating a test prog...
alrededor de 2 meses hace | 0
| aceptada
Link req to verify statement in a test sequence
Hi Diana, There's no way to link a requirement to individual verify statements in the Test Sequence block. Requirements can onl...
4 meses hace | 0
Test coverage report shows same condition with 2 different sets of coverage stats
Hi Cody, Thanks for sending the model. In Stateflow, if you do not specify the type of action for your code, it will be execute...
4 meses hace | 0
| aceptada
Issue with Configuring Plant Model from ECU TEST tool
Hi Dhivya, This could be happening because the Simulink Test Support Package for ASAM XIL is picking up the wrong version of MA...
6 meses hace | 1
R2020b : coverage explorer cumulative data
Hi Nicolas, You can aggregate coverage results programmatically using the + operator. You can find more details in this example...
7 meses hace | 0
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...
10 meses hace | 0
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...
11 meses hace | 0
| aceptada
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 ...
12 meses hace | 0
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:...
alrededor de 1 año hace | 0
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...
alrededor de 1 año hace | 0
Resuelto
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...
alrededor de 1 año hace
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...
más de 1 año hace | 0
| aceptada
Pregunta
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...
más de 1 año hace | 1 respuesta | 0