photo

mohammed


Last seen: alrededor de 1 mes hace Con actividad desde 2024

Followers: 0   Following: 0

Estadística

  • Thankful Level 2

Ver insignias

Feeds

Ver por

Pregunta


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

alrededor de 1 mes hace | 1 respuesta | 0

1

respuesta

Pregunta


In this work, I am trying to connect two systems by injecting a delayed wave of the first system into the second system. In this system, there are several problems, including:
function [sol1] = two_system clc close all clear all global z; %%problem...

8 meses hace | 2 respuestas | 0

2

respuestas

Pregunta


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

8 meses hace | 1 respuesta | 0

1

respuesta