| MATLAB Function Reference | ![]() |
將檔案位置指示器(file position indicator)移到一個開啟檔案的開頭。
Syntax
frewind(fid)
Description
frewind(fid)
設定檔案位置指定器(file position indicator)到fid參數所給定檔案的開始位置 ,一個整數的檔案編號(file identifier)可以從fopen這個函數得到。
Remarks
雖然迴轉(rewinding)一個利用磁帶設備所存的fid,frewind不會產生錯誤訊息,但是可能沒辦法生效(work)。
See Also
fclose, ferror, fopen, fprintf, fread, fscanf, fseek, ftell, fwrite
| freqspace | fscanf | ![]() |
| 中文翻譯對照 | |
| 檔案位置指示器 | file position indicator |
| 迴轉 | rewinding |