photo

Ezgi


Last seen: más de 1 año hace Con actividad desde 2014

Followers: 0   Following: 0

Mensaje

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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?

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 10 años hace | 1 respuesta | 0

1

respuesta