Você está na página 1de 2

File Names:

• GM_Name.txt
It is a text file containing names of some files which are:

RSN1_HELENA.A_A-HMC180.AT2
RSN2_HELENA.B_B-FEB000.AT2
RSN3_HUMBOLT_FRN225.AT2
RSN4_IMPVALL.BG_B-ELC000.AT2
RSN5_NWCALIF.AB_A-FRN045.AT2
RSN6_IMPVALL.I_I-ELC180.AT2
Functions used in this example
• fopen- Open File
• fclose- Close File
• fgetl- Read a line from file
• strcat- String concatenate
• textscan- Read data from text File
• sscanf- Read data from a string
• char- Creates a character array from a cell array of strings

Você também pode gostar