Statistics
9 Questions
0 Answers
RANK
185 884
of 295 495
REPUTATION
0
CONTRIBUTIONS
9 Questions
0 Answers
ANSWER ACCEPTANCE
11.11%
VOTES RECEIVED
0
RANK
of 20 240
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 991
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
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'...
mer än 4 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 5 år ago | 0 answers | 0
0
answersQuestion
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...
nästan 6 år ago | 0 answers | 0
0
answersQuestion
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...
mer än 10 år ago | 1 answer | 0
1
answerQuestion
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?
mer än 10 år ago | 1 answer | 0
1
answerQuestion
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(...
mer än 10 år ago | 0 answers | 0
0
answersQuestion
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)...
mer än 10 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 10 år ago | 1 answer | 0
1
answerQuestion
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)...
mer än 10 år ago | 1 answer | 0