Community Profile

photo

Ali zain


Aktiv seit 2019

Statistiken

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


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;...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Extract values from ODE45
function [] = Example2() clc clear close all y0 = [100.; 0; 0]; % Initial values for the dependent variables tspan= li...

etwa 5 Jahre vor | 2 Antworten | 0

2

Antworten