photo

Taehun Kim


Last seen: 11 months 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

13 个提问
1 个回答

Cody

0 个问题
4 个答案

排名
34,141
of 297,457

声誉
1

贡献数
13 个提问
1 个回答

回答接受率
38.46%

收到投票数
1

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
64,947
of 158,938

贡献数
0 个问题
4 个答案

评分
50

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Solver
  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

已回答
Using a Single Event Function to Account for Multiple Events
Thank you, Hari, for your help in this! I appreciate your helpful comment in this!

11 months 前 | 0

| 已接受

提问


odextend.m and deval.m
Dear all, I am using ode15s.m to integrate a set of ODEs, with an event. Then, I am using odextend.m to integrate a slighlty di...

2 years 前 | 0 个回答 | 0

0

个回答

已解决


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

2 years 前

已解决


MATLAB Basic: rounding
Do rounding near to zero Example: -8.8, answer -8 +8.1 answer 8

2 years 前

已解决


Getting the indices from a vector
This is a basic MATLAB operation. It is for instructional purposes. --- You may already know how to <http://www.mathworks....

2 years 前

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

2 years 前

提问


Suspected bad Jacobian for a stiff system of ODEs with ode15s
Dear All, I have a quick question about ODE15s and solving a system of stiff ODEs that are particularly problematic. First of...

3 years 前 | 0 个回答 | 0

0

个回答

提问


Getting the Jacobian Matrix or the condition number from a ODE solver
Dear All, I am just wondering if there is a nice way for us to get the condition number of the jacobian matrix from an ODE so...

3 years 前 | 0 个回答 | 0

0

个回答

提问


ode solvers state solution numerical errors
Dear All, I am wondering about the numerical errors in the state solution obtained from using the ode solvers in MATLAB. How ac...

3 years 前 | 1 个回答 | 0

1

个回答

提问


heaviside.m is slow
I am using heaviside.m inside the right hand side function for ode45. There is a for loop within the right hand side function th...

3 years 前 | 0 个回答 | 1

0

个回答

提问


linprog and ode45
Dear All, I am solving a linear program (LP) within the right hand side function of ode45. The linear system has about 200 equa...

3 years 前 | 0 个回答 | 0

0

个回答

提问


Linear System Solve in MATLAB
Dear all, Thanks in advance for your help! I am dealing with a di-banded lower triangular system where the full right hand sid...

3 years 前 | 2 个回答 | 0

2

个回答

提问


ODE Solvers how to check conditions in each time step
To whom it may concern, Good afternoon and I hope to reach out to you for a help in MATLAB's ode solvers. I would like to ...

3 years 前 | 0 个回答 | 0

0

个回答

提问


MATLAB ODE45 right hand side function setting some states derivatives equal to zero
Dear all, I have a right hand side function that can be used by the ode solvers in MATLAB. There are many states and some of th...

3 years 前 | 0 个回答 | 0

0

个回答

提问


Using a Single Event Function to Account for Multiple Events
Hi All, I have been using event functions in my simulation and they are great. Just ran into a case where I would like to stop ...

4 years 前 | 2 个回答 | 0

2

个回答

提问


Linear System Speed Up Ax=b
Dear All, I have a linear solve embedded in the right hand side function of a large system of ODEs that I am trying to solve ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


running MATLAB ode45 back-to-back
Hi All, I am curious what happens with the first solution point when we run ode45 to integrate a right hand side function. The ...

4 years 前 | 2 个回答 | 0

2

个回答

提问


MATLAB event function for ODE, specifying time span, and obtaining solution
Hello All, Warm regards for all and hope you all have a great 2021! So, in my research project, I am using MATLAB ode45 to int...

4 years 前 | 1 个回答 | 0

1

个回答