Kebels3
Followers: 0 Following: 0
Estadística
6 Preguntas
0 Respuestas
CLASIFICACIÓN
198.816
of 295.673
REPUTACIÓN
0
CONTRIBUCIONES
6 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.262
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.257
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
Same result but without ode45
Hi guys, for a school test i need to rewrite this code, but whitout the function ode45 F = @(t, x) [x(2); -0.1/50*x(2) - 2*x(1...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Plot a graph with linspace
Hi guys, I want to plot this graph with Linspace, This is what i got; t = linspace(0,3,4) u = [1 1 0 0] plot(t,u)
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Solving a mass-spring-damper system with ode45
Hi guys This code is for a with mass-spring-damper system 𝑚 = 50 kg 𝑘 = 100 N/m 𝑐 = 0.1 Ns/m F = @(t, x) [x(2); -0.1/50...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Solving an ode without ode45
Hi guys, I want to solve an ODE but i dont want to use ode45. I want to numerically intergrate v and s. Im stuck at this point...
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
Solving an ODE in matlab
Can you guys help me? ?̈(?) = -(0.1/50) ?̇(?)-2?(?) How to numerically integrate to find a solution for ?? Speed of the ma...
más de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
Make a bode plot without bode()?
Is there a way to make a bode plot without using the function bode()? This is the transfer function which i am working with s...
más de 4 años hace | 1 respuesta | 0