Feeds
提问
How can I solve the nonlinear equations for X , Cs and Cc ?
xguess = [4. 5.]; % initial guess vector function fx = MNLEfun(x) Cc = x(1); Cs = x(2); umax = 0.8; Km = 4; Csoo = 10;...
7 years 前 | 1 个回答 | 0
1
个回答提问
Extract values from ODE45
function [] = Example2() clc clear close all y0 = [100.; 0; 0]; % Initial values for the dependent variables tspan= li...
7 years 前 | 3 个回答 | 0

