Arbitrary Read

Read line by line from an arbitrarily formatted file
ダウンロード: 300
更新 2014/7/29

ライセンスの表示

In many application we need to write a file parser because some not so farsighted programmer generated a delimited file that does not follow a standard. This function helps read such a file line by line (based on endline character) and separate items in the read line based on a user defined delimiter. The function returns the items in a cell array and an optional output designating if the file being read ended.
NOTE: Users are thanked in advance for their comments and feedback to help improve this code.

引用

Debejyo Chakraborty (2024). Arbitrary Read (https://www.mathworks.com/matlabcentral/fileexchange/44766-arbitrary-read), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2012a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersText Files についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.4.0.0

minor bug fix

1.3.0.0

minor bug fix

1.2.0.0

minor bug fix

1.1.0.0

Bug fix.

1.0.0.0