frewind
📝 Syntax
📥 Input argument
📄 Description
💡 Example
fileID = fopen([tempdir(), 'frewind.txt'],'wt');
fprintf(fileID, 'son is beautiful.');
frewind(fileID);
fprintf(fileID, 'sun');
fclose(fileID);
R = fileread([tempdir(), 'frewind.txt'])🔗 See also
🕔 History
Version
📄 Description
Last updated