Statistik
RANG
495
of 295.448
REPUTATION
155
BEITRÄGE
21 Fragen
70 Antworten
ANTWORTZUSTIMMUNG
100.0%
ERHALTENE STIMMEN
30
RANG
6.475 of 20.227
REPUTATION
167
DURCHSCHNITTLICHE BEWERTUNG
5.00
BEITRÄGE
3 Dateien
DOWNLOADS
11
ALL TIME DOWNLOADS
1255
RANG
of 153.872
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Inquiry about using the source of the sltest.harness.create function depending on the MATLAB version
Hi @WJKIM, Apologies for the confusion. The Signal Builder was deprecated as a harness source (for new harnesses) in R2022b. ...
ein Tag vor | 1
Open Embedded Objects in Requirements Editor
To import images associated with requirements, please export the requirements as a .reqifz file Here is some reference materi...
ein Tag vor | 1
| akzeptiert
Requirements Manager: How to extract information from the Custom Attribute Registry inside the Requirement Set class
You can get an array of CustomAttributeNames as a property of a Requirement Set, then use inspectAttribute to query the Informat...
5 Monate vor | 0
| akzeptiert
How do I prioritize Model Advisor check failures?
One approach is to use the “Model Advisor Configuration Editor”: https://www.mathworks.com/help/slcheck/ug/organizing-checks-and...
5 Monate vor | 0
| akzeptiert
Frage
How do I prioritize Model Advisor check failures?
I want to resolve some Model Advisor checks first if they were to fail. How would I do that?
5 Monate vor | 1 Antwort | 0
1
AntwortError when opening a test report related to stateflow
I recommend contacting MathWorks Technical Support. This question requires more information.
5 Monate vor | 0
Unsupported data conversion when importing Excel file into Signal Editor
I recommend contacting MathWorks Technical Support. This question requires more information.
6 Monate vor | 0
How do I change the Font of a Test Assessment block?
Hi @Dana Schwanke, I followed up with the Simulink Test team on your question. Unfortunately, as you assumed, this is not pos...
7 Monate vor | 0
| akzeptiert
Using internal signals for model verification
We added Observer Reference support for Simulink Design Verifier in R2021a: https://www.mathworks.com/help/sldv/release-notes.ht...
8 Monate vor | 0
| akzeptiert
How do I import requirements from Jama into Requirements Toolbox?
You can import ReqIF formatted requirements, which you export from Jama, in two ways: First, you can use the Import workflow ...
8 Monate vor | 1
| akzeptiert
Frage
How do I import requirements from Jama into Requirements Toolbox?
I have a set of requirements in Jama. How do I import them into MATLAB?
8 Monate vor | 1 Antwort | 0
1
AntwortTools for generating simulink model documentation and diagrams
Hi @MP, For items 1 and 2, you may want to look into the System Design Description report. For item 4, there are Sequence Di...
9 Monate vor | 1
Encountering an error during Fault Injection
Hi @RAGHUVEER RAJESH, I am not sure if you are the same user who asked this on Reddit recently (though that is my assumption)...
9 Monate vor | 1
Coverage in Rapid Acceleration mode
Hi @Suleyman, Unfortunately, Simulink Coverage does not currently support coverage collection using Accelerator or Rapid Acce...
mehr als ein Jahr vor | 0
| akzeptiert
Gesendet
Formal Functional Equivalence
This project provides a set of utilities for performing "formal functional equivalence," which is a static analysis-based techni...
mehr als ein Jahr vor | 1 Download |
How can I generate test coverage report of a simulink model using Matlab code
Hi @Mohamed, You can use the cvhtml function to generate a report. Here is a simple example from the documentation: modelNa...
mehr als ein Jahr vor | 1
| akzeptiert
How do I edit sldv_covoutput folder path?
Hi @Junhyung, You can define the full path of the Output folder in the text field itself - it will otherwise assume the root ...
mehr als ein Jahr vor | 0
How I would determine if a string contains multiple substrings?
Here is one way to do this using arrayfun: myString = "This has some words in it."; subStrings = ["This","some"]; hasAllSub...
mehr als ein Jahr vor | 0
| akzeptiert
Frage
How I would determine if a string contains multiple substrings?
I'd like to know if a string has multiple substrings (e.g, words) in it. For example: myString = "This has some words in it...
mehr als ein Jahr vor | 4 Antworten | 0
4
AntwortenGesendet
Requirements-Based Testing Workflow Example
This example workflow shows you how to get started with systematic, requirements-based testing using Simulink.
fast 2 Jahre vor | 8 Downloads |
merging testcases generated from simulink design verifier
Hi @Junhyung, I recommend trying the 'LongTestCases' Test Suite Optimization option, like so: opts = sldvoptions; opts.Auto...
fast 2 Jahre vor | 0
| akzeptiert
Simulink Design verifier does not terminate.
Hi @Mirhad, My first suggestion is to consult this item in our documentation: Prove Properties in Large Models. It looks l...
etwa 2 Jahre vor | 0
| akzeptiert
Gesendet
Requirements and Advanced Model Checks Getting Started
This example shows how to get started with MathWorks' Model Verification & Validation tools
etwa 2 Jahre vor | 2 Downloads |
How do I convert a set of Microsoft Word Documents into a single PDF?
One way to do to this is to leverage the docview function from MATLAB Report Generator and the mergePDFs function created by Ben...
etwa 2 Jahre vor | 0
| akzeptiert
Frage
How do I convert a set of Microsoft Word Documents into a single PDF?
I have a set of Microsoft Word documents which I need to combine into a single PDF. How would I accomplish this in MATLAB?
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortOpen coverage results explorer programmatically
Hi @Shijil, There is an undocumented means of using the cvresults function. You can pass the 'explore' option to the function...
etwa 2 Jahre vor | 0
| akzeptiert
Check if Coverage is ON/OFF
Hi @Shijil, You can use the get_param function to query the value of the 'CovEnable' parameter. This is a character array tha...
etwa 2 Jahre vor | 0
| akzeptiert
MATLAB 2022a, Automatic model Coverage with model coloring and cumulative report generation is not happening.
Hi @Shijil, Those parameters in the coverage settings UI were deprecated some time ago to bring Simulink Coverage simulation ...
etwa 2 Jahre vor | 0
| akzeptiert
Please I want help. This code is working and there is no error, and suddenly when the program is running, this message appears
I recommend contacting MathWorks Technical Support. This question requires more information.
mehr als 2 Jahre vor | 0
How to use Test Sequence as a function call for a test harness
Hi @ambre allard, My colleague @Rong Mi has a great suggestion: Similar as Chart, Test Sequence also supports “send” to sc...
mehr als 2 Jahre vor | 1