2.8.2.2 Matrixsheet Data Manipulation

Conversion Between Matrixsheets and Matrix Objects

In Origin, a matrixsheet can hold multiple matrix objects. Use the mo2s X-Function to split multiple matrix objects into separate matrixsheets.

Use the ms2o X-Function to combine multiple matrixsheets into one (provided all matrices share the same dimensions).

// Merge matrixsheet 2, 3, and 4
ms2o imp:=MBook1 sheets:="2,3,4" oms:=Merge; 
// Split matrix objects in MSheet1 into new sheets
mo2s ims:=MSheet1 omp:=<new>;