photo

기훈 강


Last seen: 1 year ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
245,183
of 300,771

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
75.0%

VOTES RECEIVED
0

RANK
 of 21,084

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,969

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2

View badges

Feeds

View by

Question


what's wrong my code about ode model
I had to training course 'solve ordinary differential equation in MATLAB online course' and I wrote that one but this code does...

2 years ago | 0 answers | 0

0

answers

Question


what's wrong my code about ode model
I write this code function dydt = celldynamics(t, y, params) %% Unpack the input variables C = y(1); A = y(2); I = y(3); ...

2 years ago | 1 answer | 0

1

answer

Question


what's wrong my code about ode model
I wirte this code 'ode_fun' function dydt = ode_fun(t, y, params) % Unpack the input variables C = y(1); A = y(2); I = ...

2 years ago | 1 answer | 0

1

answer

Question


how to write exponential power?
I want to write y=2.^x exponential function but my matlab program doesn't work because the function doesn't cogniz ToT and I ...

4 years ago | 1 answer | 0

1

answer