dlmread_empty
Version 1.0.0.0 (3,12 ko) par
Kristofer Kusano
Modifies MATLAB's built-in dlmread function with support for changing empty cell value in the output
This function behaves like the built-in MATLAB function dlmread, but has an additional use case:
RESULT = dlmread_empty(FILENAME,DELIMITER,R,C,EMPTYVAL) reads the data specified in FILENAME starting at row R and column C (both zero-indexed), but fills empty cells with a value specified by EMPTYVAL. EMPTYVAL must be a numeric value or NaN. The default empty value is the number 0.
Citation pour cette source
Kristofer Kusano (2026). dlmread_empty (https://fr.mathworks.com/matlabcentral/fileexchange/43277-dlmread_empty), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Créé avec
R2012b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS LinuxCatégories
- MATLAB > Language Fundamentals > Data Types > Tables >
En savoir plus sur Tables dans Help Center et MATLAB Answers
Tags
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 | |
|---|---|---|---|
| 1.0.0.0 | . |
