cvxread - Read Calibration-Value Exchange (CVX) File

This function reads the calibration data ('labels') in a CVX file and imports them into MATLAB.
350 descargas
Actualizado 3 sep 2015

Ver licencia

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.

Citar como

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. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2013b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Large Files and Big Data en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
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