Sneh
Followers: 0 Following: 0
Estadística
5 Preguntas
0 Respuestas
CLASIFICACIÓN
219.445
of 295.527
REPUTACIÓN
0
CONTRIBUCIONES
5 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.242
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.057
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
ODE45 Output size
I am trying to subtract w_ode from w. I used two methods to get w and I want to see the difference between them. But, the ode45 ...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Why does my ode45 function not run?
This code just keeps loading. It does not run. If I change my initial values to [0; 0; 0; 1;0;-1;0] it runs fine. But with any o...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
How to fix the must be a column vector error?
The following code gives me an error: euler_eqns must be a column vector. How do I fix this? % Define the initial conditions ...
más de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
I keep getting errors when I try to integrate kinematic and dynamic differential equation
import numpy as np from scipy.integrate import quad def kde_integral(x): return (1/np.sqrt(2*np.pi))*np.exp(-x*2/2) d...
casi 2 años hace | 0 respuestas | 0
0
respuestasPregunta
How do I plot the different elements of a matrix in a single plot?
I want to plot theta(1,1), theta(2,1), and theta(3,1). I tried to plot it but it just shows an empty graph. for t = 0:1:100 ...
casi 2 años hace | 1 respuesta | 0