photo

thiti prasertjitsun


Last seen: más de 4 años hace Con actividad desde 2019

Followers: 0   Following: 0

Estadística

MATLAB Answers

5 Preguntas
0 Respuestas

CLASIFICACIÓN
19.956
of 300.392

REPUTACIÓN
2

CONTRIBUCIONES
5 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
40.0%

VOTOS RECIBIDOS
2

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.373

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


bvp4c show Singular Jacobian Error Message
Why Program Error - Error using bvp4c (line 251) Unable to solve the collocation equations -- a singular Jacobian encountere...

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

0

respuestas

Pregunta


How to plot u1 and u2 in program ???
I want to plot graph u1 and u2. But I can't plot. And I'm not sure write u1 and u2 is a function are correct. function optimal_...

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

0

respuestas

Pregunta


How to solve system in Matlab2018b ?
clear all syms S I R mu gam bet N u u1 u2 lam1 lam2 lam3 % State equations DS = mu*N-bet*I*S-mu*S-u1; DI = bet*I*S-(gam+mu)*...

casi 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Solving differential equations backward in time
I have a system of differential equations with specail boundary conditions: diff(S(t), t) = -K(t)*S(t)/N, diff(K(t), t) = K(t)*...

casi 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to solve in MATLAB 2018b ???
Hello, I was trying to solve a system equation. clear all % State equations syms x1 x2 p1 p2 u; Dx1 = x2; Dx2 = -x2 + u; %...

casi 7 años hace | 2 respuestas | 2

2

respuestas