Estadística
6 Preguntas
0 Respuestas
CLASIFICACIÓN
146.558
of 300.364
REPUTACIÓN
0
CONTRIBUCIONES
6 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
16.67%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.934
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 168.407
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
Can you help me please !
I have 1 code vibration. function main d1=1; v=10; t_end=3; t=0:0.01:t_end; y0=[0;0;0;0]; [t,y]=ode45(@daodong,t,y0); ho...
alrededor de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Can you help me to draw graph Amplitude and Frequency from code below, I lost time very much but don't it. Thank you very much.
function main d1=1; v=10; t_end=100*0.5*d1/v; t=0:0.01:t_end; y0=[0;0;0;0]; [t,y]=ode45(@daodong,t,y0); hold on;grid on; ...
alrededor de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Can you help me to draw graph Frequency and transmissibility (or Amplitude), thank you very much.
function main d1=1; v=10; t_end=100*0.5*d1/v; t=0:0.01:t_end; y0=[0;0;0;0]; [t,y]=ode45(@daodong,t,y0); hold on;grid on; ...
alrededor de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Hi every one, can you help me to draw graph Frequency and transmissibility (or Amplitude) from code:
function main d1=1; v=10; t_end=100*0.5*d1/v; t=0:0.01:t_end; y0=[0;0;0;0]; [t,y]=ode45(@daodong,t,y0); hold on;grid on; ...
alrededor de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Hi every one, can you help me please !
I have a code about vibration: function main d1=1; v=10; t_end=100*0.5*d1/v; t=0:0.0001:t_end; y0=[0;0;0;0]; [t,y]=ode45(...
alrededor de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Can you help me please !
I run code Matlab: function yp=khidonghoc(t,y) m = 10; cd = 0.2; g = 9.81; w = m*g; tspan=[0 5]; y0=[0;100;0;10]; yp = z...
alrededor de 6 años hace | 1 respuesta | 0
