photo

Seong Ik Kim


Actif depuis 2017

Followers: 0   Following: 0

Statistiques

MATLAB Answers

6 Questions
0 Réponses

RANG
210 828
of 301 229

RÉPUTATION
0

CONTRIBUTIONS
6 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
66.67%

VOTES REÇUS
0

RANG
 of 21 201

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 173 547

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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

environ 8 ans il y a | 1 réponse | 0

0

réponse

Question


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

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 8 ans il y a | 2 réponses | 0

2

réponses

Question


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

plus de 8 ans il y a | 1 réponse | 0

0

réponse

Question


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

plus de 8 ans il y a | 1 réponse | 0

1

réponse