mohammed
Followers: 0 Following: 0
Statistica
4 Domande
0 Risposte
RANK
96.035
of 296.109
REPUTAZIONE
0
CONTRIBUTI
4 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
100.0%
VOTI RICEVUTI
0
RANK
of 155.365
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
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
rispostaDomanda
The solution to the delayed differential equations using the code dde23 represents the solution by the third order Runge-Kutta method or what?
dde23
7 mesi fa | 2 risposte | 0
2
risposteDomanda
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...
7 mesi fa | 2 risposte | 0
2
risposteDomanda
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