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
- [MATLAB] - MATLAB and C/C++ mixed programming code,
File list (Check if you may need any files):
note2pvMexTest.m
scaledVecCreate.m
note2midMexTest.m
note2pvMex.cpp