matlab进行文件读写操作(Matlab file read and write operations).docVIP

  • 22
  • 0
  • 约5.4千字
  • 约 7页
  • 2017-09-05 发布于河南
  • 举报

matlab进行文件读写操作(Matlab file read and write operations).doc

matlab进行文件读写操作(Matlab file read and write operations)

matlab进行文件读写操作(Matlab file read and write operations) Input and output modes, namely from the data file to read data from or write the results to the data file. MATLAB offers a series of low level input and output functions, specifically for file operations. 1, open and close the file 1) to open the file Before the read and write files, you must first open or create a file with the fopen function, and specify the file mode of operation. The function call to fopen format: Fid=fopen (file name, open) Note: the FID is used to store the file handle value, if the returned handle value is greater th

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档