질문


Struggling with array dot operator
I've initialized t = 0:0.1:20; L = zeros(4,4,length(t)); I'm trying to assign values to L as follows: t=0...

6년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Solving a DDE in laplace domain with Pade approximation
I'm trying to solve this: xdot = -Lx(t-1) where x is a 3x1 vector and L a constant 3x3 matrix. The initial conditions for x are ...

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Working with dde23 for a simple problem
I'm trying to solve this: xdot = -Lx(t-1) where x is a 3x1 vector and L a constant 3x3 matrix. The initial conditions for x are ...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Solving a non-standard ODE
I'm trying to solve an ODE like this: xdot = r(t)-x, where r(t) is a pre-calculated signal array of size 100. Let x(0) = 0. Ho...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Calculating exact roots of 6th degree polynomial
I've a fat 6x6 matrix E with symbolic variables. I'm trying to compute sqrt(eig(E'E)), ie, the singular values. The answer begin...

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


Limit of a symbolic expression
Hi, I am trying to use the limit(expr,x,a) function of MATLAB to find the limit of the ratio of two norms with symbolic varia...

7년 초과 전 | 답변 수: 1 | 1

1

답변

질문


Symbolic substitution for multiple variables
Hi, I wanted some explanation on the captioned. Say my N is a 6x6 matrix with 5 symbolic variables and I want to evaluate N a...

7년 초과 전 | 답변 수: 1 | 0

1

답변