cvxread - Read Calibration-Value Exchange (CVX) File

This function reads the calibration data ('labels') in a CVX file and imports them into MATLAB.
350 Downloads
Updated 3 Sep 2015

View License

The user can specify the format in which the labels are imported into MATLAB. Additionally, an interactive GUI mode is available. The import may be redirected to either a return argument of the function, to the base workspace, or to a .mat file. For details, refer to the included PDF documentation.
NOTE: This function comes without warranty that it is able to properly parse and import all CVX files (i.e. from any source and with any content). It is based on the official format description but not all cases could have been tested. Please report any errors, bugs and shortcomings to the author!
MATLAB versions: Developed under 2013b, tested also for 2014b.

Cite As

Jonas Asprion (2024). cvxread - Read Calibration-Value Exchange (CVX) File (https://www.mathworks.com/matlabcentral/fileexchange/51984-cvxread-read-calibration-value-exchange-cvx-file), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2013b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Large Files and Big Data in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.1.0.0

Update to V 1.1 (Sept. 3, 2015):
- Can handle (i.e. read) string values (in any record type).
- End of matrix-data checked by testing for an empty line (which is according to the format description).

1.0.0.0