photo

Seong Ik Kim


2017년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

6 질문
0 답변

순위
253,949
of 301,175

평판
0

참여
6 질문
0 답변

답변 채택
66.67%

획득한 표
0

순위
 of 21,185

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 173,238

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


how to ezplot hold on in different area.
in command window x=[1 2 5 6 7]; y=[3 3.7 3.9 4.2 5.7]; qspine(x,y,1) qspline is function which is made by me. it is function...

대략 8년 전 | 답변 수: 0 | 0

0

답변

질문


how to find minimumvalue in discontinuous function??
In this function, absohandle=@(t)-abs(exp(t).*(1.0./2.0)-2.0) I want to find minimum function value in the range 0<=t<=2.....

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

1

답변

질문


how string to symbolic function??
syms t y input='y-t^2+1'; ypsym= sym(input); yp=matlabFunction(ypsym); [t_euler,y_euler]=eulermethod(yp,[0,2],1/2,0.2); dis...

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

1

답변

질문


function handle how to apply to dsolve???
syms t y yp=@(t,y) y-t.^2+1; exact=dsolve( 'Dy=yp(t,y)', 'y(0)=0.5'); abso=abs(diff(exact,2)); Explicit soluti...

8년 초과 전 | 답변 수: 2 | 0

2

답변

질문


In dsolve :: Explicit solution could not be found..
syms t y yp=@(t,y) y-t.^2+1; exact=dsolve( 'Dy=yp(t,y)', 'y(0)=0.5'); abso=abs(diff(exact,2)); Explicit solution could no...

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


In dsolve ::Explicit solution could not be found.
syms t y yp=symfun(y-t^2+1,[t y]); exact=dsolve( 'Dy=yp(t,y)', 'y(0)=0.5'); Explicit solution could not be found....

8년 초과 전 | 답변 수: 1 | 0

1

답변