
matlab
www_sjz
海纳百川,有容乃大
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
matlab添加超链接到excel
代码示例:exl = actxserver('excel.application');exlWkbk = exl.Workbooks;exlFile = exlWkbk.Open([docroot '/examples/data.xls']);exl.Visible=1; %This make the Excel COM server visibleexlSheet1 = exlFil...转载 2019-07-31 10:19:25 · 1297 阅读 · 0 评论 -
MATLAB COM 接口参数
COM Server Types Automation — A server that supports the OLE Automation standard. Automation servers are based on the IDispatch interface. Clients of all types, including scripting clients, access ...翻译 2019-07-22 21:01:36 · 1121 阅读 · 0 评论