photo

9times6


Last seen: 2 years 前 自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

All
  • Thankful Level 2
  • First Review
  • Thankful Level 1
  • Solver

查看徽章

Feeds

排序方式:

提问


impulse response ode45 help
How do I implement the dirac delta function while solving an ode involving dirac delta (impulse input)? Here is my code: clear...

2 years 前 | 1 个回答 | 0

1

个回答

提问


design of experiment using ccdesign
An experiment I have to perform has six independent parameters. To generate a design of experiment, I used the MATLAB command: ...

2 years 前 | 1 个回答 | 0

1

个回答

提问


redundant zeros in ccdesign matlab
I am trying to obtain design of experiment using the central composite design scheme (ccdesign). The resulting matrix has many ...

2 years 前 | 1 个回答 | 0

1

个回答

提问


issue with 'intersect' function
Hello, I have defined a vector t=[0,1] with dt=0.0001. Now, I consider another time interval DT=100*dt=0.01. I then use command ...

2 years 前 | 2 个回答 | 0

2

个回答

提问


Event detection fails in matlab
I am attempting to solve an ode using event detection. I need matlab to choose either option 1 or option 2 based on two initial ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Help in implementing ode45 in app designer
methods (Static) function dydt = odefun(app,t3,Y,A) dydt = 0; ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


non-zero threshold for event function
I have written the following event function. Since, I have to detect a non-zero event, I have used Boolean operator as shown. f...

5 years 前 | 0 个回答 | 0

0

个回答

提问


non-zero threshold for event function
I have written the following event function and I want to detect an event which is non-zero. Therefore, I am using the logical o...

5 years 前 | 1 个回答 | 0

1

个回答