Community Profile

photo

END


Active since 2013

Followers: 0   Following: 0

Message

Statistics

All
  • Solver

View badges

Feeds

View by

Question


Can state space matrix initial conditions be set by signals in simulink ?
Hi folks, I want to update the initial conditions in state space matrix block in simulink by using signals "from-go to signal...

8 years ago | 0 answers | 0

0

answers

Question


Is it possible to use real time UDP blocks by using same socket in PC ?
I am trying to communicate with a program to receive data via UDP. "Host" and "Target" are in the same PC. In other words, Matla...

8 years ago | 1 answer | 0

1

answer

Question


Solve the Riccati eqn symbolically
Hi folks I want to solve the Riccati equation symbolically. For example, I have 4 state variables in Q and 2 inputs in R lqr ...

8 years ago | 1 answer | 0

1

answer

Question


Is it possible to use "fsolve" function by using matrix inputs in order to solve the system of nonlinear equations ?
For example, function F=myfun(x,A,B,C) {...} end x0, A, B, C are all matrix inputs Thank you,

8 years ago | 2 answers | 0

2

answers

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

11 years ago

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

11 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

11 years ago