Imspector Matlab Interface¶
Imspector comes with a Matlab Interface named SpecMx which can be used by Matlab running on the same computer (to enable sharing of measurement data) or even running on a different computer.
The usage is very similar to Imspector Python Interface. The syntax is identical with the obvious conversions (dictionaries to structs, None to []).
The data content of a Stack in Imspector (obtained by Stack.data()) can only be read, not written from Matlab.
Supported data types for Stack are single, double, int8, uint8, int16, uint16, int32, uint32.
Dimension indices start from 0.
stack.set_data( array ) updates the data, updating the underlying array doesn't (for now)