matlab导入excel代码
cmd
命令
explorer
/select,d:\test.exe
#
打开文件浏览器并选中test.exe
explorer
"http://www.baidu.com"
#cmd窗口打开网址或html文件
matlab
some
code
used
in
my
study
of
data
analysis
##Matlab2word
%%
word
处理部分
wordflag
=
1;
if
wordflag
%激活word
try
word
=
actxGetRunningServer('Word.Application');
%启动word
catch
word
=
actxserver('Word.Application');
end;
word.Visible
=
1;%使word可见
document
=
word.Documents.Add;
document.SaveAs([pwd
'\test3.docx']);
end
%
----------------------------------------
%
添加文件夹目录
ad
2022-05-11 22:42:08
2.46MB
系统开源
1