How to import requirements from tables in Word
Show older comments
I am trying to import the requirements from a table in Word into Simulink using Simulink Requirements and a REGEXP. However, the import separate the ID and the description of the requirements into two requirements inside Simulink.
My table looks like this:
|Reqxxx1| Requirement 1 Description
|Reqxxx2| Requirement 2 Description
Expected result from Simulink Requirements import:
index = 1, ID = Reqxxx1, Summary = Requirement 1 Description
Import result:
index =1, ID = Reqxxx1, Summary = Reqxxx1
index =2, ID = Requirement 1 Description, Summary =Requirement 1 Description
See attached files for more clarity
The regular expression used is: ^Reqx+\d
Question is: What is the configuration to set inside Simulink Requirement to have the expect result?
Accepted Answer
More Answers (0)
Categories
Find more on Model and Validate Requirements in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!