insulindemo_changing the value of body weight
조회 수: 2 (최근 30일)
이전 댓글 표시
Hello,
I am currently using the insulin demo from the Toolbox SimBio for "Type 2 diabetic".
I would like to know wether is possible to change from Matlab editor values of parameters like:
- the body weight
- the basal plasma glucose concentration
Kind regards,
Juliana GONZALEZ
댓글 수: 4
Jeremy Huard
2021년 4월 23일
Hi Juliana,
in the Model Analyzer, you can drag and drop a SimData array from the Browser to a datasheet. This will display the simData in a tabular format:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/594040/image.png)
Then, you can right-click on that table to save it to an Excel file:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/594045/image.png)
To answer your original question, you can indeed simulate for different parameter values in a script. You have a couple of options for this but my recommendation would be to use a SimFunction. You will find an example here: Simulate Model of Glucose-Insulin Response with Different Initial Conditions
Best regards,
Jérémy
답변 (0개)
커뮤니티
더 많은 답변 보기: SimBiology Community
참고 항목
카테고리
Help Center 및 File Exchange에서 Scan Parameter Ranges에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!