Debugging Tool for Simulink
버전 1.0.3 (1.13 MB) 작성자:
Sysenso Systems
Name: SimBreakpoint Tool Helpful for setting conditional breakpoints in a given model for debugging purpose.
Helpful for setting conditional breakpoints in a given model for debugging purpose.
Use cases:
- Helps to add conditional breakpoints for the Simulink debugging purpose.
- Also can be considered as a user interface for "Model Verification" .
Steps to follow:
- Add the utils and its sub folders into MATLAB path.
- Open the Simulink model that has to be debugged.
- Ensure that Tools/SimBreakpoint menu is present. If not, run the command ">> sl_refresh_customizations" in the MATLAB command window, to refresh the Simulink menus.
- SimBreakpoint tool can be launched from Tools/SimBreakpoint menu or from the model context menu.
- Select the signals and add it to the GUI(Reference Signals Panel). User have to give a unique signal label for every entry.
- Enter the breakpoint condition (Example : Time == 1 || signalA < signalB). signalA and signalB should present in the "Reference Signals" Panel.
- Use "Run" button to initiate the simulation.
- The breakpoint condition will be evaluated during every timestep. If it is true then the simulation will be paused for the user to explore the model.
- Either user can stop the simulation or continue the simulation with the breakpoint condition.
- Optional: User can add a callback function which will be evaluated when the breakpoint scenario happens.
Developed by: Sysenso Systems, https://sysenso.com/
Contact: contactus@sysenso.com
인용 양식
Sysenso Systems (2026). Debugging Tool for Simulink (https://github.com/SysensoSystems/SimBreakpointTool), GitHub. 검색 날짜: .
MATLAB 릴리스 호환 정보
개발 환경:
R2015b
R2015b에서 R2019b까지의 릴리스와 호환
플랫폼 호환성
Windows macOS Linux카테고리
Help Center 및 MATLAB Answers에서 Get Started with Simulink에 대해 자세히 알아보기
태그
docs/images
utils
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
