Dear sir, I have 25 text files of detail about wave parameters. How could i write the command to extract data from my selection file?
古いコメントを表示
cd('D:\coding\datawave');
fid=fopen('file_21.txt');
data=textscan(fid,'%s %s %s %f %f');
height=cell2mat(data(4));
1 件のコメント
KSSV
2015 年 10 月 15 日
if all the data are numbers you can use importdata. Also go through fscanf, textread, load etc.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で File Operations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!