N/A
Followers: 0 Following: 0
Statistics
RANK
35,263
of 295,467
REPUTATION
1
CONTRIBUTIONS
19 Questions
2 Answers
ANSWER ACCEPTANCE
84.21%
VOTES RECEIVED
1
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Feeds
Question
Adjacency matrix for ODE45
Hi I am trying to model a systema as below: where kij is : I tried to model two sets of states manually first, without A...
3 months ago | 1 answer | 0
1
answerQuestion
State Vectorization for ODE 45
Hi all. I'm trying to model a dyanmical system as following using vectorization of state for ODE45. My model includes three st...
3 months ago | 1 answer | 0
1
answerQuestion
Updating States in ODE45
Hi everyone! I modeled a free falling sphere in air with ODE45 as coded below, and it hits the ground. I wanted to update posit...
1 year ago | 1 answer | 0
1
answerQuestion
How to stop falling cube?
Hi everyone, I simulated a free falling cube (the code is provided as below). I want to stop falling as the lowest vertex reac...
1 year ago | 1 answer | 0
1
answerQuestion
Axis Disappearing after Zooming in
Hi, I plotted somthing and after using xlim and ylim for zooming out, axies disappeared. How can I solve the problem? thank...
1 year ago | 1 answer | 1
1
answerQuestion
3D Solid Cube
Hi I am going to create a solid cube in 3D in MATLAB that by rotating of one length of cube in the desired angle, other leng...
1 year ago | 1 answer | 0
1
answerQuestion
Settling time of response.
Hi I am going to find the setteling time of response with Matlab directly. This figure is my reponse solved by DDE23. Is there...
2 years ago | 1 answer | 0
1
answerQuestion
Finding settling time of a response.
Hi I solve a solution of a system with DDE23. I am going find a settling time of response with direct command in MATLAB. Is ...
2 years ago | 1 answer | 0
1
answerHow can I make a integration with trapz?
What should I do guys? Please inform me about the correct code
2 years ago | 0
Question
How can I make a integration with trapz?
Hi everyone, I have x and y vectors, and ploted y verses x as below: v=[2.2696;2.2696; 2.4646;2.4646;2.6775;2.6775; 2.9101...
2 years ago | 3 answers | 0
3
answersQuestion
How to find steady state solution of recatti equation
hi everyone, I want to find solution of algebric equations as below: -A_Star'*x-x*A-Q+x*G*x ... where x is the solution of t...
2 years ago | 2 answers | 0
2
answersQuestion
How to Obtain value of J in LQR command
Hi everyone, I have solved a problem with ODE45, and used LQR command to contorl the response of the system. I want to see the...
3 years ago | 1 answer | 0
1
answerQuestion
How to solve the retarded delay differential equation?
Hi everyone, I am going to solve the retarded delay differntial equation as bellow. but I dont know how. It would be great i...
3 years ago | 0 answers | 0
0
answersQuestion
History function for ODE45
Hi everyone I am currently solving an equation using ODE45 in matlab. I had a question though. Is that possible to define a h...
3 years ago | 1 answer | 0
1
answerQuestion
How to Calculate Area Between a Curve and Two Lines?
Hi Everyone, I am trying to calculate area (yellow area in attached figure) between curve and vertical and horizental axies li...
3 years ago | 1 answer | 0
1
answerQuestion
How to have a just specific part of a plot?
Hi For a purpose, I am trying to have a just specific part of my plot only. For example, if you run the below code, you will g...
3 years ago | 1 answer | 0
1
answerQuestion
How to Calculate an area in MATLAB
Hi I am going to to calculate the area covered by nodes using boundary and polyarea functions. However, calculated area is not...
3 years ago | 1 answer | 0
1
answerQuestion
How to solve exceed number of array element (1) problem?
Hi As I try to run the bellow code, I will encounter the Index exceeds the number of array elements (1). As I tried the Time_D...
3 years ago | 1 answer | 0
1
answerQuestion
How to calculate an area with obtained nodes?
Hi Everyone, I am going to calculate the area covered by nodes in the plot, but I do not know how! Could someone help me? T...
3 years ago | 1 answer | 0
1
answerQuestion
How can I shade the area between a curve and a vertical line?
I am going to shade the area between the right side of vertical line and the curve as bellow. Could someone help me? I have att...
3 years ago | 2 answers | 0