Model Debugger for SimBiology

버전 1.0.2 (3.18 MB) 작성자: Florian Augustin
The Model Debugger for SimBiology lets you analyze model responses, model structure, and expressions during simulations.
다운로드 수: 180
업데이트 날짜: 2020/6/22

The Model Debugger for SimBiology is a MATLAB application that lets you analyze model responses, model structure, and expressions during model simulation.

Getting started:
To install the Model Debugger for SimBiology simply doubleclick the mltbx file. You can manage installed add-ons by clicking on the Add-Ons button in the MATLAB toolstrip.

To start the Model Debugger for SimBiology type "startSimBiologyDebugger(model)" where model is a SimBiology model.
For more information type for how to apply doses and variants type "help startSimBiologyDebugger" in the MATLAB command line window.

See also the GettingStarted.mlx.

Example:
% Load model
model = sbmlimport('lotka');

% Configure model for simulation
configset = getconfigset(model);
configset.SolverOptions.AbsoluteTolerance = 1e-6;
configset.SolverOptions.RelativeTolerance = 1e-6;

% Define dose
dose = sbiodose('dose for y1', 'TargetName', 'y1', 'Amount', 50);

% Start Model Debugger for SimBiology for model and dose
startSimBiologyDebugger(model, dose);

System Requirements:
MATLAB version R2019b or later and the SimBiology™ toolbox are required to run the Model Debugger for SimBiology.
Unit conversion is supported in MATLAB version R2020a or later.

Features:

Breakpoints to specify conditions to pause the model simulation. You can detect if species values are negative or values of model components are NaN, Inf, or complex. Triggered breakpoints are highlighted in yellow. Select an event to investigate from the dropdown menu in the control bar located at the top of the application window. You can deactivate predefined breakpoints to continue the simulation.

For debugging you can visualize the dependency graph of how values of model components are computed. You can also plot time courses of model responses and explore expressions graphically. Nodes in the expression tree represent terms that make up the expression. Colors of the nodes indicate NaN (red), infinite (orange), complex (yellow), or real values (green).
Customize your preferences for model simulation and the expression view in the Settings panel.

인용 양식

Florian Augustin (2024). Model Debugger for SimBiology (https://github.com/mathworks-simbiology/ModelDebugger/releases/tag/1.0.2), GitHub. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2019b
R2019b 이상 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Extend Modeling Environment에 대해 자세히 알아보기
태그 태그 추가
커뮤니티
 SimBiology 커뮤니티에 더 많은 파일이 있습니다

Community Treasure Hunt

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

Start Hunting!

mathworks-simbiology-ModelDebugger-854b185/doc

GitHub 디폴트 브랜치를 사용하는 버전은 다운로드할 수 없음

버전 게시됨 릴리스 정보
1.0.2

See release notes for this release on GitHub: https://github.com/MathWorks-SimBiology/ModelDebugger/releases/tag/1.0.2

1.0.0

이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.