Plot vertical lines from a point to x-axis
I would like to plot veritcal lines in the xy-plane, from a given point down to the x-axis.
I have looked around, but I can fin...
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...
5 years 前 | 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...
5 years 前 | 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...