photo

Pat Canny

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

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

21 个提问
74 个回答

File Exchange

3 文件

排名
469
of 297,457

声誉
167

贡献数
21 个提问
74 个回答

回答接受率
100.0%

收到投票数
32

排名
6,452 of 20,438

声誉
171

平均
5.00

贡献数
3 文件

下载次数
16

ALL TIME 下载次数
1290

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 4
  • 5-Star Galaxy Level 3
  • 6 Month Streak
  • GitHub Submissions Level 3
  • Personal Best Downloads Level 2
  • First Review
  • First Submission
  • Revival Level 2
  • First Answer

查看徽章

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

26 days 前 | 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...

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

2 months 前 | 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 months 前 | 0

| 已接受

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

4 months 前 | 2

| 已接受

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

4 months 前 | 1

| 已接受

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

9 months 前 | 0

| 已接受

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

9 months 前 | 0

| 已接受

提问


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?

9 months 前 | 1 个回答 | 0

1

个回答

已回答
Error when opening a test report related to stateflow
I recommend contacting MathWorks Technical Support. This question requires more information.

9 months 前 | 0

已回答
Unsupported data conversion when importing Excel file into Signal Editor
I recommend contacting MathWorks Technical Support. This question requires more information.

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

11 months 前 | 0

| 已接受

已回答
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 months 前 | 0

| 已接受

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

12 months 前 | 1

| 已接受

提问


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?

12 months 前 | 1 个回答 | 0

1

个回答

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

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

1 year 前 | 1

已回答
Coverage in Rapid Acceleration mode
Hi @Suleyman, Unfortunately, Simulink Coverage does not currently support coverage collection using Accelerator or Rapid Acce...

1 year 前 | 0

| 已接受

已提交


Formal Functional Equivalence
This project provides a set of utilities for performing "formal functional equivalence," which is a static analysis-based techni...

2 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

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

2 years 前 | 1

| 已接受

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

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

2 years 前 | 0

| 已接受

提问


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

2 years 前 | 4 个回答 | 0

4

个回答

已提交


Requirements-Based Testing Workflow Example
This example workflow shows you how to get started with systematic, requirements-based testing using Simulink.

2 years 前 | 12 次下载 |

5.0 / 5
Thumbnail

已回答
merging testcases generated from simulink design verifier
Hi @Junhyung, I recommend trying the 'LongTestCases' Test Suite Optimization option, like so: opts = sldvoptions; opts.Auto...

2 years 前 | 0

| 已接受

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

2 years 前 | 0

| 已接受

已提交


Requirements and Advanced Model Checks Getting Started
This example shows how to get started with MathWorks' Model Verification & Validation tools

2 years 前 | 4 次下载 |

0.0 / 5
Thumbnail

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

2 years 前 | 0

| 已接受

提问


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?

2 years 前 | 1 个回答 | 0

1

个回答

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

2 years 前 | 0

| 已接受

加载更多