Community Profile

photo

Juhi


Active since 2014

Statistics

Content Feed

View by

Question


Hello, I am trying to solve the ode for four dimensional system have tried ODE23 and ODE45. The code is running till t 1.8s only. Couldn't find a reason.
This is the main code: clc; close all;clear all; T=0:.001:2; x0=[1,1,0,1]; [t,x]=ode23(@newchao,T,x0); x1=x(:,1); ...

10 years ago | 0 answers | 0

0

answers