文件名称:mex
介绍说明--下载内容均来自于网络,请自行研究使用
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-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
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-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
相关搜索: MEX
(系统自动生成,下载前可以参看下载内容)
下载文件列表
note2pvMexTest.m
scaledVecCreate.m
note2midMexTest.m
note2pvMex.cpp
scaledVecCreate.m
note2midMexTest.m
note2pvMex.cpp