Hi
I have a problem with graphs in Excel (2003). I have several matrices :
a b c d e f g h
i j k l m n o p
q r s t u v w x
I want to plot the vector z = (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t), so I pick one row at a time in "series" under graphs using Ctrl, but when the number of rows reach a certain limit, Excel cannot include them all.
So instead I manually stack all rows after one another (like z) into a row vector in Excel. When the number of rows gets large, it takes time.
Do you know of a way to solve this problem of Excel stopping without first creating a vector (like z). If not, do you know of a way to make a (row) vector nonmanually (a VBA script perhaps) ?