
Diego Torres-Siclait
Statistics
5 Questions
0 Answers
RANK
178,095
of 273,214
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
0
RANK
of 18,448
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 122,618
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
Content Feed
Question
Simplify Transfer Function Matrix from State Space Form
Hello, So I am trying to find the transfer function based on a given state space. I have 4 state space variables and 2 input...
9 months ago | 1 answer | 0
1
answerQuestion
Solve an equation that has data arrays as constants
Hello, I want to solve the following equation: 1/c0 c^2 - c +X*t / c0 = 0 where c0 is a given constant but X and t are const...
1 year ago | 1 answer | 0
1
answerQuestion
What is wrong with this optimization code using fmincon?
Baisically using fmincon to solve for an unknown 2x1 matrix called A, which is optimized value for given objective function. Cod...
2 years ago | 1 answer | 0
1
answerQuestion
Find Derivative of Numeric Function
Take for example f = @(x) x^3; Is there a builtin function to find the derivative?
2 years ago | 1 answer | 0
1
answerQuestion
How to graph a complex system of ODEs?
Any suggestions on how to graph this system? (1) dU/dt = C1 * ( 1 - C2*U) (2) dV/dt = C2 * dU/dt + C3 * (V - W) (3) dW/dt = C...
3 years ago | 1 answer | 0