Community Profile

photo

Joo Seo Lee


Last seen: oltre 2 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistiche

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


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...

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

quasi 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

quasi 4 anni fa | 2 risposte | 0

2

risposte

Domanda


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', ...

quasi 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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)=...

quasi 4 anni fa | 2 risposte | 0

2

risposte

Domanda


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 ...

quasi 4 anni fa | 1 risposta | 0

1

risposta