photo

mohammed


Last seen: 25 giorni fa Attivo dal 2024

Followers: 0   Following: 0

Statistica

  • Thankful Level 2

Visualizza badge

Feeds

Visto da

Domanda


I am trying to store all the values ​​of (f) and all the corresponding peaks of the resulting wave in two columns and then plot f vs. peaks, but there is a problem.
clc clear all tspan = [0 5]; Ic = 0; A=1; results = []; % Simulate using ode45 in a loop for f = 2:6 si...

28 giorni fa | 1 risposta | 0

1

risposta

2

risposte

Domanda


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

7 mesi fa | 1 risposta | 0

1

risposta