필터 지우기
필터 지우기

How to export requirements to reqif with a script

조회 수: 2 (최근 30일)
Andreas
Andreas 2021년 5월 14일
답변: Alex Howard 2021년 6월 7일
I wan't write a m-script, that exports requirements to a reqif-File. Is there a function to export the requirements?
  댓글 수: 9
Rik
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.
Andreas
Andreas 2021년 5월 17일
This sounds like a plan. How can I debug the Matlab UI and see what the command behind my UI operation is?

댓글을 달려면 로그인하십시오.

답변 (2개)

Alex Howard
Alex Howard 2021년 6월 7일
Hi Andreas,
There is no public API for exporting requirements to a ReqIF file. You must use the Requirements Editor.

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

카테고리

Help CenterFile Exchange에서 Naming Conventions에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by