photo

9times6


Last seen: 3 years ago Active since 2017

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

8 Questions
0 Answers

Cody

0 Problems
12 Solutions

RANK
147,646
of 300,338

REPUTATION
0

CONTRIBUTIONS
8 Questions
0 Answers

ANSWER ACCEPTANCE
37.5%

VOTES RECEIVED
0

RANK
 of 20,922

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
34,704
of 168,149

CONTRIBUTIONS
0 Problems
12 Solutions

SCORE
130

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

Question


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

3 years ago | 1 answer | 0

1

answer

Question


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

3 years ago | 1 answer | 0

1

answer

Question


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

3 years ago | 1 answer | 0

1

answer

Question


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

4 years ago | 2 answers | 0

2

answers

Question


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

4 years ago | 1 answer | 0

1

answer

Question


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

5 years ago | 1 answer | 0

1

answer

Question


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

6 years ago | 0 answers | 0

0

answers

Question


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

6 years ago | 1 answer | 0

1

answer