Sudhaunsh Deshpande
Followers: 0 Following: 0
Feeds
提问
Solving ODE with 2 unknowns
In this code i have been given: Start time = 0 min End time = 180 min Time Step = 0.5 min Initial Glucose Value = 6...
3 years 前 | 1 个回答 | 0
1
个回答提问
Index exceeds array bounds.
clc; clear; dt = 0.5; Glucose = zeros(1,361); Glucose(1,1) = 6000; Glucose_Released = 110; Glucose_Used = zeros(1,361); ...
3 years 前 | 1 个回答 | 0