-
matlab ms word automation
2009-12-22
h = actxserver('Word.Application');
doc = h.Documents.Add();
doc.SaveAs('C:\hello.doc');
h.Quit;
共1页 1
h = actxserver('Word.Application');
doc = h.Documents.Add();
doc.SaveAs('C:\hello.doc');
h.Quit;