Jong Hyun Lee
Followers: 0 Following: 0
Statistik
9 Fragen
0 Antworten
RANG
73.418
of 295.448
REPUTATION
0
BEITRÄGE
9 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
55.56%
ERHALTENE STIMMEN
0
RANG
of 20.227
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.872
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
How to move quiver arrows within the semi-circle
x=0:0.01:1; y=0:0.01:1; x=x.^2 y=-x.*y c=10 quiver(x(1:c:end),y(1:c:end)) hold on y=-x+1 plot(x,y) y=sqrt(1-x.^2) plot...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to plot a vector?
The vector questionis F=e^y i + x*e^y j how do I plot this equation on matlab
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to plot contour function
I want to plot a contour plot of temperatuer T, where T=x*e^y (T has x and y components) range -50<=x<=50, 0<=y<=100 I follo...
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
I want to know x,y coordinate
t=0:0.01:10 x=t.^3+t y=t.^2+2.*t.^3 plot(x,y) How should I write the code to obtain x,y coordinate for specific value of t...
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to plot elliptic function (x,y,z) in MATLAB
I want to plot a elliptic function (x^2+y^2+z=16) on matlab with limits 0<=x<=2 and 0<=y<=2
mehr als 2 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
multiple graph plotting error
ro=10; ri=30; t=0:0.1:2000; ci=0.5 c_L=(ci*ri)/ro.*(1-exp(1).^((-ro.*t./((ri-ro).*t+1500)))); plot(t,c_L) hold on ro...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
multiple graphs plotting error
ro=10; ri=30; t=0:0.1:2000; ci=0.5 c_L=(ci*ri)/ro.*(1-exp(1).^((-ro.*t./((ri-ro).*t+1500)))); plot(t,c_L) hold on ro...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
invalid use of operator
ro=10; ri=30; t=0:0.1:1500; ci=0.5 c_L=(ci*ri)/ro.*(1-exp(1).^((-ro.*t/.((ri-ro).*t+1500)))); plot(t,c_L) MATLAB sa...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how do I shade area under graph with specific x interval?
a=10; t=0:0.1:200; c_L=0.2.*(1-exp(1).^(-1/a.*t)) plot(t,c_L) this is my graph and I just want to shade area between t=60:0....
fast 4 Jahre vor | 2 Antworten | 0