Community Profile

photo

Ezgi


Last seen: 1 year ago Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Generate the same result using random number generator
I have code that uses the random number generator at the beginning of the file. The 'rng(x)' function is in a for loop where 'x'...

4 years ago | 1 answer | 0

1

answer

Question


set formation from different subsets
Let's say that I have the following subsets: {1},{2},{3},{4},{3,4},{2,4},{1,3},{1,2},{1,2,4} I want to form sets using these s...

5 years ago | 0 answers | 0

0

answers

Question


vectorization and matlab functions for multiple for loops and conditionals within
I want my code to run faster and this section seems like its making the code run slower. I tried to vectorize it and use meshgr...

5 years ago | 0 answers | 0

0

answers

Question


System of 6 nonlinear differential equations solution in MATLAB code
I have a nonlinear differential equation system of 6 equations and 6 variables. I tried dsolve but it said that a solution can't...

10 years ago | 1 answer | 0

1

answer

Question


How can I solve this equation in MATLAB
x2=x4+x6 x4=x2+x6 x6=x2+x4 I have these system equations. How can I solve them?

10 years ago | 1 answer | 0

1

answer

Question


Array indexing future values multiple variables
x1(i+1)=x1(i)+x2(i); x3(i+1)=x3(i)+x4(i); x5(i+1)=x5(i)+x6(i); x2(i+1)=x2(i)-1/(m0+m1+m2)*((1/2*m1*l1+m2*l1)*cos(x3(i))*x4(...

10 years ago | 0 answers | 0

0

answers

Question


Array indexing multiple equations
x1(i+1)=x1(i)+x2(i); x3(i+1)=x3(i)+x4(i); x5(i+1)=x5(i)+x6(i); x2(i+1)=x2(i)+cos(x3(i))*x4(i+1)-x6(i+1); x4(i+1)=x4(i)...

10 years ago | 1 answer | 0

1

answer

Question


How do you apply Kalman filter to a non-linear system
I linearized the non linear system and designed a Kalman filter. Now I want to apply this filter to the non linear system. Since...

10 years ago | 1 answer | 0

1

answer

Question


How can I find the transfer function of this system and calculate the unit step response?
x1_dot=v1; v1_dot=(1/M1)*(-F-Ks1*(x1-x2)^3-Kd1*(v1-v2)); x2_dot=v2; v2_dot=(1/M2)*(Ks1*(x1-x2)^3+Kd1*(v1-v2)-Ks2*x2^3-Kd2*v2)...

10 years ago | 1 answer | 0

1

answer