fwrite(fileID,A)는 배열 A의 요소를 이진 파일에 열 순서대로 8비트의 부호 없는 정수로 씁니다. 파일 ID fileID로 이진 파일을 지정합니다. fileID 값은 fopen으로 파일을 열어 구할 수 있습니다. 쓰기가 끝나면 fclose(fileID)를 호출하여 파일을 닫습니다.
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.