Description: function matrix=asciiRead(fileName)
asciiRead: Read an ascii file into a matrix
Usage: matrix=asciiRead(fileName)
Roger Jang, 20041021
if nargin<1, selfdemo return end
fid=fopen(fileName, rb )
content=fread(fid, inf, char )
fclose(fid)
file=tempname
copyfile(fileName, file
- [fread] - Use the fread function to read plastic f
File list (Check if you may need any files):
buffer2.m
recursiveFileList.m
vecLinScaling.m
asciiRead.m