photo

Seong Ik Kim


Con actividad desde 2017

Followers: 0   Following: 0

Estadística

MATLAB Answers

6 Preguntas
0 Respuestas

CLASIFICACIÓN
253.949
of 301.175

REPUTACIÓN
0

CONTRIBUCIONES
6 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
66.67%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.185

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 173.200

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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

alrededor de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 8 años hace | 1 respuesta | 0

1

respuesta