Nested Arrays Using Operators and Functions
I'm using MathCAD 15 and Windows 7. From this statement in the help files regarding Nested Arrays:
Most of Mathcad's operators and functions do not work with nested arrays
Am I correct to conclude that I can't build a nested array using assignment statements? For instance I have test data that includes long periods of quiescent data intermixed with events of interest. I want to strip off the quiescent data and return a nested array of columns of varying lengths (time) of the event data to get around MathCADs limitation of only returning one value or entity from a program.


