dlmread_empty

Modifies MATLAB's built-in dlmread function with support for changing empty cell value in the output
608 Downloads
Updated 1 Sep 2016

View License

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.

Cite As

Kristofer Kusano (2024). dlmread_empty (https://www.mathworks.com/matlabcentral/fileexchange/43277-dlmread_empty), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2012b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Tables 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.0.0.0

.