How to export requirements to reqif with a script
2 次查看(过去 30 天)
显示 更早的评论
I wan't write a m-script, that exports requirements to a reqif-File. Is there a function to export the requirements?
9 个评论
Rik
2021-5-17
Note that most frequent contributors have little experience with Simulink. So if your question is only applicable to Simulink (as a quick search seems to suggest), your chances of getting a solution are not great and the turn-around time might be substantially longer.
回答(2 个)
Lexi Howard
2021-6-7
Hi Andreas,
There is no public API for exporting requirements to a ReqIF file. You must use the Requirements Editor.
0 个评论
Jan
2021-5-18
If the searched function is implemented as M-function, you find the correspodning M-files using the profiler:
profile on % type this in the command window
... trigger the button in the GUI
profile report
Now you see a list of called function. Now you can set a break point in a function, which looks, like it does, what you need. Check the values of the input arguments or maybe the way to call it is documented.
As long as you dig in M-functins only, I assume, this is not a "reverse engineering", which would be a conflict with the license agreement.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Software Development Tools 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!