(translator=Szuwei, ChineseSource=Szuwei-20020510-12\feof.html, EnglishSource=c:\matlabr12\help\techdoc\ref\feof.html)
MATLAB Function Reference    
feof

測試檔案是否已被讀盡(end-of-file)。

Syntax

Description

eofstat = feof(fid) 當參數fid所指定的檔案,已被讀取檔案的函數讀盡(end-of-file),則本函數會傳回1的值,但如果尚未讀盡,則會傳回0的值。(請同時參考指令fopen查閱有關fid的完整敘述。)

如果沒有任何資料可從檔案中讀入,則檔案讀盡(end-of-file)指示器會被設定為〔檔案讀盡〕(end-of-file)的狀態。

See Also

fopen


 feather ferror

中文翻譯對照
檔案讀盡、讀盡end-of-file