mohammed
Followers: 0 Following: 0
Estadística
4 Preguntas
0 Respuestas
CLASIFICACIÓN
96.148
of 296.216
REPUTACIÓN
0
CONTRIBUCIONES
4 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.368
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 155.704
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
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
respuestaPregunta
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 meses hace | 2 respuestas | 0
2
respuestasPregunta
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
respuestasPregunta
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