Matlab读写excel文件函数
(2010-06-10 21:33:44)
标签:
it
Matlab读写excel文件函数
Matlab读写excel文件函数:xlsread和xlswrite(转载)
在实验编程中产生了需要将matlab运行的试验结果写入
excel,从excel中读数据的要求,这样就需要用到matlab操作excel表格的相关函数:xlsfinfo,xlsread和
xlswrite。
我的应用实例:
对如下文件数据处理转化:test.txt[code]
================25-Jul-2008 10:07:25 ===============
jink2005stop
H R S
T H R
S C H
R S M
H R S
N H R
S Q H
R S D
jink2005start
GGGY
-108.766778 172.092305
GGGT
-64.567515 132.922390
GGGE
-73.388772 -149.940032
GGGH
58.886619 -43.304309
GGAG
0.000000 0.000000
GGAP
0.000000 0.000000
GGAT
0.000000 0.000000
GGAM
-89.880662 -4.051511
GGAN
66.886988 28.233579
jink2005stop
[/code]转存到test.xls的程序:[code]
function countResult(filename, xlsfile)
% 读取CSAResult.txt文件,统计到Excel表格中
% xlsRow为本文件写到excel文件excelResult.xls的起始行
fid = fopen(filename);
% Excel = actxserver('Excel.Application');
fRow = 0;
sheet = 1;
xlsRow = 1;
% 找出要用数据的第一行(jink200