Effacer les filtres
Effacer les filtres

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?

1 vue (au cours des 30 derniers jours)
cd('D:\coding\datawave');
fid=fopen('file_21.txt');
data=textscan(fid,'%s %s %s %f %f');
height=cell2mat(data(4));
  1 commentaire
KSSV
KSSV le 15 Oct 2015
if all the data are numbers you can use importdata. Also go through fscanf, textread, load etc.

Connectez-vous pour commenter.

Réponse acceptée

Martin Schätz
Martin Schätz le 15 Oct 2015
Do as sugested by previous answer, import, fscanf, textread, load... if it doesn't have any structer. If it does i suggest to use excel and xlsread. It can save you a lot of time.
  1 commentaire
fooozie mtlb
fooozie mtlb le 15 Oct 2015
Modifié(e) : fooozie mtlb le 15 Oct 2015
dear sir, thanks for your respond. what I try is to call the text file window to be display without no need to manually change text file name. I meant current directory of my file will display, then just clicking which one to be exist one my current folder.

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by