photo

Guilherme Costa Nascimento

MathWorks

Last seen: Today 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

1 个提问
15 个回答

Cody

0 个问题
1 个答案

排名
3,933
of 300,392

声誉
14

贡献数
1 个提问
15 个回答

回答接受率
100.0%

收到投票数
1

排名
 of 20,934

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
128,033
of 168,373

贡献数
0 个问题
1 个答案

评分
20

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 2
  • 3 Month Streak
  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

已回答
Unsaved Changes - subviewS
"subviewS" is an internal parameter related to Stateflow that is being incorrectly picked up by the comparison tool. It's non-fu...

12 hours 前 | 0

已回答
How to export all the Test sequences as excel or any other format from Simulink Test manager?
The code below gives a very simple way to do this. The more complex your Test Sequence and the more data you want to retain from...

2 days 前 | 0

已回答
Test Manager: "Plot Signal" -> "Override" still available?
Hi Peter, Starting in R2025a, the Simulation Data Inspector is now embedded in the Test Manager, and that has removed the overw...

3 days 前 | 0

已回答
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...

12 months 前 | 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...

1 year 前 | 0

| 已接受

已回答
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...

1 year 前 | 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...

1 year 前 | 0

| 已接受

已回答
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...

1 year 前 | 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...

1 year 前 | 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...

1 year 前 | 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...

2 years 前 | 0

| 已接受

已回答
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 ...

2 years 前 | 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:...

2 years 前 | 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...

2 years 前 | 0

已解决


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...

2 years 前

已回答
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...

2 years 前 | 0

| 已接受

提问


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...

2 years 前 | 1 个回答 | 0

1

个回答