GetNumsInAsciiFile(​sFName,varargin)

Read the numbers from an ASCII file, ignoring everything else.
37 download
Aggiornato 6 apr 2018

Visualizza la licenza

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.

Cita come

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

Compatibilità della release di MATLAB
Creato con R2013a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Programming in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.1.0.0

Added pre-whitening.

1.0.0.0