Random Walker:As Sherman discovered, the WRITE command outputs its vectors as columns.
Hello. I have the opposite problem. I'm working with matrix-like data. I can work around the lack of matrix variable-type by modifying matrix-calculus to operate on a single very long array, but this is really not fun to display/output the resulting data (when I want to look at the raw data rather than statistics)
Things get really complicated as my process has several variables, and I want to see how the variables affect the calculations, ie I want to compare the output of several runs of my program. A matrix could be used to store an output vector, incrementing by one row at each major run, but unfortunately there is no such function in Statistics101. If I could write/append to a file the output of each run, I'd build my matrix in a file, run after run. Unfortunately, the WRITE command lacks a TABLE argument.
Any suggestions for writing:
- one output vector to a file in a single ascii row?
- several output vectors to a file in a table form, as in PRINT TABLE?
Thanks for the fantastic program, it is really brilliant!
Gus