統計
All
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...
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...
約2ヶ月 前 | 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...
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ヶ月 前 | 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...
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...
2ヶ月 前 | 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...
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...
約1年 前 | 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...
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年 前 | 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...
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年以上 前 | 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...
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年以上 前 | 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...
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年以上 前 | 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...
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年以上 前 | 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...
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...
2年弱 前 | 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...
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年弱 前 | 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 ...
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年 前 | 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:...
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年 前 | 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...
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年 前 | 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年以上 前
回答済み
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...
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年以上 前 | 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年以上 前 | 1 件の回答 | 0



