Jong Hyun Lee - MATLAB Central
photo

Jong Hyun Lee


Last seen: 대략 2년 전 2020년부터 활동

Followers: 0   Following: 0

통계

MATLAB AnswersFrom 12/20 to 03/25Use left and right arrows to move selectionFrom 12/20Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

9 질문
0 답변

순위
82,681
of 297,672

평판
0

참여
9 질문
0 답변

답변 채택
55.56%

획득한 표
0

순위
 of 20,464

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 159,351

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3
  • Thankful Level 2

배지 보기

Feeds

보기 기준

질문


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

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


how to plot a vector?
The vector questionis F=e^y i + x*e^y j how do I plot this equation on matlab

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 3년 전 | 답변 수: 2 | 0

2

답변

질문


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

거의 3년 전 | 답변 수: 2 | 0

2

답변

질문


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

거의 3년 전 | 답변 수: 3 | 0

3

답변

질문


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

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 4년 전 | 답변 수: 2 | 0

2

답변