photo

thiti prasertjitsun


Last seen: meer dan 4 jaar ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
19.956
of 300.379

REPUTATION
2

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
40.0%

VOTES RECEIVED
2

RANK
 of 20.931

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.299

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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

meer dan 6 jaar ago | 0 answers | 0

0

answers

Question


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

meer dan 6 jaar ago | 0 answers | 0

0

answers

Question


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

bijna 7 jaar ago | 0 answers | 0

0

answers

Question


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

bijna 7 jaar ago | 1 answer | 0

1

answer

Question


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

bijna 7 jaar ago | 2 answers | 2

2

answers