Hello,
LabVIEW 8.20 MathScript is faster than that in version 8.0, especially if you are performing many matrix indexing operations. A suggestion for improving the speed of the MathScript node is to remove as many loops as possible by vectorizing the mathematical operations you are performing. Unfortunately, MathScript does not operate on three- or higher-dimensional arrays. If you want to pass data between two MathScript nodes, there are two methods besides using an external file (as disk access can be quite slow). As it seems you tried to do, create an output variable on one MathScript node and wire that to an input variable on another MathScript node. A second option is to use a global variable to share data between the nodes.
Grant M.
Staff Software Engineer | LabVIEW Math & Signal Processing | National Instruments