input.txt를 output.txt 로 통채로 카피하고 싶을때 (파일의 종류는 무엇이 되든 상관없음. 사진이든 뭐든 상관없음)) copyfile('input.txt','output.txt'); 주의, copyfile의 두 인자는 파일의 이름 (m파일과 같은 폴더에 있는 경우) 혹은 주소를 넣어주어야 한다. COPYFILE Copy file or directory. [SUCCESS,MESSAGE,MESSAGEID] = COPYFILE(SOURCE,DESTINATION,MODE) copies the file or directory SOURCE to the new file or directory DESTINATION. Both SOURCE and DESTINATION may be either an abso..