MATLAB code for the Eliko Quadra Impedance Spectroscopy system. Read data into Matlab structures, write protocols to table files. Example how to use data with EIDORS
Add the src
folder to matlab path
Read data files output from the Eliko Quadra MUX GUI v1.12
Data=Data=quadra.readdata('example.txt');
Custom measurement protocols can be then uploaded to EEPROM
or FRAM
.
%write single line of adjacent protocol
quadra.writetable('example.csv',[1 2 3 4])