![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/17933349_1585122391105_DEF.jpg)
Joo Seo Lee
Followers: 0 Following: 0
Statistik
6 Fragen
0 Antworten
RANG
170.583
of 297.016
REPUTATION
0
BEITRÄGE
6 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
83.33%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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', ...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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)=...
fast 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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 ...
fast 5 Jahre vor | 1 Antwort | 0