How to read an ascii text file and extract the data in a matlab

回答 (1 件)

Orion
Orion 2014 年 11 月 10 日

0 投票

A classic way to read text files is by using textscan.
or just with low level functions : fopen, fgetl, ftell, frewind, fclose....

カテゴリ

タグ

質問済み:

2014 年 11 月 10 日

回答済み:

2014 年 11 月 10 日

Community Treasure Hunt

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

Start Hunting!

Translated by