![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/17933349_1585122391105_DEF.jpg)
Joo Seo Lee
Followers: 0 Following: 0
Estadística
6 Preguntas
0 Respuestas
CLASIFICACIÓN
170.583
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
6 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
83.33%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
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
making the code run in certain condition
for i=1:length(yearU) use=find(year==yearU(i)); Rad_s=Rad(use); Rad_s1=Rad_s(~isnan(Rad_s)); Rad_s1_sort=sor...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Plotting the ODE without an analytical solution
How do I plot the equation d^2(x)/dt^2=0.002cos(x-t)-sin(x) where x(0)=0.2 and x'(0)=0 for t=0:100? I asked the question be...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I solve this equation?
The given equation is d^2(x)/dt^2=0.002cos(x-t)-sin(x) I tried to solve it by for t=0:100 dsolve('D2x==0.002*cos(x-t)-si...
más de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
plotting the graph changing by the range
the given equation is n=~20 x(n+1)=1.4x(n) for 0<x<0.5 x(n+1)=1.4(1-x(n)) for 0.5<x<1 I tried to use 'if' and 'elseif', ...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I get this graph?
I want to get the graph of n and x(n) on x(n+1)=2.5*x(n)*(1-x(n)), where x(1)=0.9 I wrote x(1)=0.9; for n = 1:100, x(n+1)=...
casi 5 años hace | 2 respuestas | 0
2
respuestasPregunta
How do I get phase section of this equation?
the equation is y=dx/dt dy/dt=-0.05y-sin(x)+0.7 cos(wt) w is given 0.1, 0.2, 0.3... to 1.5 I can't set any equation as both ...
casi 5 años hace | 1 respuesta | 0