Community Profile

photo

Ezgi


Last seen: 1 year 前 自 2014 起处于活动状态

统计数据

  • Thankful Level 1

查看徽章

Content Feed

排序方式:

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 0 个回答 | 0

0

个回答

提问


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 前 | 0 个回答 | 0

0

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 0 个回答 | 0

0

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答