GetNumsInAsciiFile(​sFName,varargin)

Read the numbers from an ASCII file, ignoring everything else.
37 Downloads
Updated 6 Apr 2018

View License

Call this function with the name of a text file, and it returns a vector of the numbers found in that file. This can be useful for reading the numbers from files with variable line formats. Use reshape(outNums,k,[])' to change the GetNumsInAsciiFile output vector into a two-dimensional array when reading text files with k numbers in each row.

Cite As

Jeff Miller (2024). GetNumsInAsciiFile(sFName,varargin) (https://www.mathworks.com/matlabcentral/fileexchange/66692-getnumsinasciifile-sfname-varargin), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2013a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Programming in Help Center and MATLAB Answers
Tags Add Tags

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.1.0.0

Added pre-whitening.

1.0.0.0