photo

END


Active since 2013

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

4 Questions
0 Answers

Cody

0 Problems
3 Solutions

RANK
155,667
of 300,756

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,077

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
73,873
of 170,858

CONTRIBUTIONS
0 Problems
3 Solutions

SCORE
40

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

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

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

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

10 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,

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

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

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

13 years ago