Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 683 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 683 Bytes

Eliko Quadra MATLAB software

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

Installation

Add the src folder to matlab path

Usage

Read data file

Read data files output from the Eliko Quadra MUX GUI v1.12

Data=Data=quadra.readdata('example.txt');

Write table file

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])