txt2mat
Citation pour cette source
Andres (2024). txt2mat (https://www.mathworks.com/matlabcentral/fileexchange/18430-txt2mat), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Plateformes compatibles
Windows macOS LinuxCatégories
Tags
Remerciements
A inspiré : Depth of field calculator based on 2D digital image correlation data, readMM_2D
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
Version | Publié le | Notes de version | |
---|---|---|---|
7.00 | · general compatibility with strings (string scalar as file name etc.)
|
||
6.60.3.0 | more specific input argument checking for ReadMode (comment from T A) and NumericType |
||
6.60.2.0 | another fix for header line number bug and read mode "line" |
||
6.60.1.0 | fix for header line number bug reported by valere demeter |
||
1.6.0.0 | v06.60 · added option to select lines by line number ('SelectLineFun'), e.g. to skip every n-th line as suggested by Kaare · reduced memory footprint and improved speed during good/bad line filtering by working in chunks |
||
1.5.0.0 | v06.40 · better input argument check by inputparser, allowing input struct · minor changes in code and documentation |
||
1.4.0.0 | v06.17.3 · new read modes 'char' and 'cell' to provide txt2mat's preprocessing without numerical conversion · enable 'good line' filtering during file analysis · better version detection, (hopefully) suitable for MCR (thanks to Len for his remark) |
||
1.3.0.0 | v06.12 · added line filter as requested by Val Schmidt |
||
1.2.0.0 | v06.04 · better handling of replacement strings containing line breaks (initiated by DS) · allow '*' wildcard in file name |
||
1.1.0.0 | v06.01 · fixed bug: possible error message in file analysis when only header line number is given |
||
1.0.0.0 | v06.00 · introduction of read mode 'block' · 'MemPar' buffer value changed to scalar · reduced memory demand · modified help |