Is there a (possibly spreadsheet?) program that enables manipulation of 3D data? The problem:
- There're several tables (
A, B, C, …) - Each table (an
m x nmatrix) represents measured quantities of a system at one point in time - (Each table describes the same system, just in a different point in time)
- E.g. table
A= state of the system in timet=0, tableB= state of the system in timet=1, …
I'd like to be able to display a 3D spreadsheet containing the evolution of the system in time and scroll between the tables (possibly with the ability of graph-visualization).
To illustrate the situation better:
.
/|\
| time axis
|
t = 2 +-------+
| |
| C |
| |
| |
t = 1 +-------+ |
| |--+
| B |
t = 0 +-------+ |
| | |
| A | |
| |--+
| |
| |
+-------+


