photo

mohammed


Last seen: 1 month ago Active since 2024

Followers: 0   Following: 0

Statistics

  • Thankful Level 2

View badges

Feeds

View by

2

answers

Question


I'm trying to solve two separate systems using ODE23 while controlling the number of indexes so that the indexes are equal for both systems, but I couldn't. Can you help? Than
function [sol1,sol2] = two_system clc close all clear all opt = odeset('RelTol',1e-3); sol1 = ode23(@system1,[0 ...

2 months ago | 1 answer | 0

1

answer