Statistiques
4 Questions
0 Réponses
RANG
299 989
of 301 301
RÉPUTATION
0
CONTRIBUTIONS
4 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
100.0%
VOTES REÇUS
0
RANG
of 21 236
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 173 897
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
The solution to the delayed differential equations using the code dde23 represents the solution by the third order Runge-Kutta method or what?
dde23
presque 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
presque 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
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 ...
presque 2 ans il y a | 1 réponse | 0
