文章來源:https://ww2.mathworks.cn/help/matlab/ref/fseek.html?searchHighlight=fseek&s_tid=doc_srchtitlehtml
fseek
說明
示例
輸入參數
提示
-
若是一個文件有
n
個字節的數據,則這n
個字節位於從0
到n-1
的位置。
備選方法
要移至文件的開頭,請調用
frewind(fileID)
此調用等同於
fseek(fileID, 0, 'bof')
文章來源:https://ww2.mathworks.cn/help/matlab/ref/fseek.html?searchHighlight=fseek&s_tid=doc_srchtitlehtml
若是一個文件有 n
個字節的數據,則這 n
個字節位於從 0
到 n-1
的位置。
要移至文件的開頭,請調用
frewind(fileID)
此調用等同於
fseek(fileID, 0, 'bof')