質問


Find and summarize values in matrix WITHOUT loop
Let's say that I have a matrix M=[1 2;1 1], and I need to find all the 1:s in each culumn, and then summerize them in a vector a...

約4年 前 | 1 件の回答 | 0

1

回答

質問


Assigning names to values in vector
I would like to keep track on my vectors and need to assign a name to each entry. For example: xN=[2 1]=[x1 x2], or something l...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


Assigning a symbolic value in a vector
I have a vector with symbolic variables, x=[x1 x2]. Now I need to assign alues to these variables, not to the positions in the m...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


Keeping track of variables
In short, i've written a script that moves around colums in matricies and vectors. Now I need to be able to keep track of it all...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


Assigning a special character to a value
Is it possible to assign a special charachter to a value? Something like: â=inv(A)*a. Thanks in advance

4年以上 前 | 2 件の回答 | 0

2

回答

質問


Can't use functions like sin(s) with transfer function/nyquist
I'm trying to evaluate describing functions by plotting them with the nyquist command but it's not possible when a function like...

4年以上 前 | 1 件の回答 | 0

1

回答