Community Profile

photo

END


自 2013 起处于活动状态

Followers: 0   Following: 0

联系

统计数据

All
  • Solver

查看徽章

Feeds

排序方式:

提问


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

0

个回答

提问


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

1

个回答

提问


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

1

个回答

提问


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

2

个回答

已解决


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 前

已解决


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 前

已解决


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 前