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 コミュニティ
参考
カテゴリ
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!