Estadística
21 Preguntas
74 Respuestas
3 Archivos
CLASIFICACIÓN
468
of 297.016
REPUTACIÓN
167
CONTRIBUCIONES
21 Preguntas
74 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
32
CLASIFICACIÓN
6.469 of 20.419
REPUTACIÓN
170
EVALUACIÓN MEDIA
5.00
CONTRIBUCIONES
3 Archivos
DESCARGAS
9
ALL TIME DESCARGAS
1277
CLASIFICACIÓN
of 157.725
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Retrieve requirement information linked to a test assessment step programmatically
Hi @theCook - I recommend referring to this discussion here: https://www.mathworks.com/matlabcentral/answers/2143046-how-can-i-p...
3 días hace | 0
System Fault Analyzer error
Hi @Aayush, Thanks for reaching out. I'm sorry you're running into this error. It appears that the block was treated as a vi...
20 días hace | 0
Requirements in a Requirements Table
Hi @Brennan Fox, Once you load a Requirement Set, you can use methods from slreq.ReqSet or slreq.Requirement to query or modi...
alrededor de 2 meses hace | 1
How can I divide the index of requirements by hierarchy?
Hi @JinWook Park, You have a couple of options to do this: Programmatically using the Requirements Toolbox APIs (see example...
3 meses hace | 0
| aceptada
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. ...
3 meses hace | 2
| aceptada
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...
3 meses hace | 1
| aceptada
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...
8 meses hace | 0
| aceptada
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...
8 meses hace | 0
| aceptada
Pregunta
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?
8 meses hace | 1 respuesta | 0
1
respuestaError when opening a test report related to stateflow
I recommend contacting MathWorks Technical Support. This question requires more information.
8 meses hace | 0
Unsupported data conversion when importing Excel file into Signal Editor
I recommend contacting MathWorks Technical Support. This question requires more information.
9 meses hace | 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...
10 meses hace | 0
| aceptada
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...
11 meses hace | 0
| aceptada
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 ...
11 meses hace | 1
| aceptada
Pregunta
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?
11 meses hace | 1 respuesta | 0
1
respuestaTools 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...
11 meses hace | 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)...
12 meses hace | 1
Coverage in Rapid Acceleration mode
Hi @Suleyman, Unfortunately, Simulink Coverage does not currently support coverage collection using Accelerator or Rapid Acce...
más de 1 año hace | 0
| aceptada
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...
casi 2 años hace | 1
| aceptada
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 ...
casi 2 años hace | 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...
casi 2 años hace | 0
| aceptada
Pregunta
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...
casi 2 años hace | 4 respuestas | 0
4
respuestasmerging testcases generated from simulink design verifier
Hi @Junhyung, I recommend trying the 'LongTestCases' Test Suite Optimization option, like so: opts = sldvoptions; opts.Auto...
alrededor de 2 años hace | 0
| aceptada
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...
más de 2 años hace | 0
| aceptada
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...
más de 2 años hace | 0
| aceptada
Pregunta
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?
más de 2 años hace | 1 respuesta | 0
1
respuestaOpen 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...
más de 2 años hace | 0
| aceptada
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...
más de 2 años hace | 0
| aceptada
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 ...
más de 2 años hace | 0
| aceptada
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.
más de 2 años hace | 0