GetNumsInAsciiFile(sFName,varargin)
Versión 1.1.0.0 (1,35 KB) por
Jeff Miller
Read the numbers from an ASCII file, ignoring everything else.
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.
Citar como
Jeff Miller (2025). GetNumsInAsciiFile(sFName,varargin) (https://www.mathworks.com/matlabcentral/fileexchange/66692-getnumsinasciifile-sfname-varargin), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Se creó con
R2013a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
- MATLAB > Programming >
Más información sobre Programming en Help Center y MATLAB Answers.
Etiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.