Community Profile

photo

END


Aktiv seit 2013

Statistiken

All
  • Solver

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


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

fast 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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,

mehr als 8 Jahre vor | 2 Antworten | 0

2

Antworten

Gelöst


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

etwa 11 Jahre vor

Gelöst


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

etwa 11 Jahre vor

Gelöst


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

etwa 11 Jahre vor