Class handling .cif formatted files

The @cif class enables easy access to the crystallographic data stored in .cif files.
938 Downloads
Aktualisiert 15 Jun 2016

Lizenz anzeigen

Matlab class handling .cif data. It simply reads a .cif file into a Matlab class making accessible all fields stored in the .cif fil. Access to any field of the .cif file is possible simply using the Matlab .(dot) notation.
Example:
MyCifFile = cif('file.cif');
lattice_par = [MyCifFile.cell_length_a MyCifFile.cell_length_b MyCifFile.cell_length_c];
The above example extracts the lattice parameters from a .cif file.

For the .cif file format specification see:
http://www.iucr.org/resources/cif

Zitieren als

Sandor Toth (2024). Class handling .cif formatted files (https://www.mathworks.com/matlabcentral/fileexchange/43266-class-handling-cif-formatted-files), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2014b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Condensed Matter & Materials Physics finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!

cif/cif/@cif/

Version Veröffentlicht Versionshinweise
1.3.0.0

Added fieldnames() function and able to load .cif file from the given URL.

1.2.0.0

Small bug fixes.

1.0.0.0