Hello Mat

 找回密码
 立即注册
查看: 4700|回复: 0

MATLAB数据(图像图形)直接写入PPT

[复制链接]

1294

主题

1520

帖子

112

金钱

管理员

Rank: 9Rank: 9Rank: 9

积分
22635
发表于 2017-1-5 21:52:15 | 显示全部楼层 |阅读模式
  1. %% Keep track of the current PPTX presentation
  2. persistent PPTXInfo
  3. %% Constants
  4. % - EMUs (English Metric Units) are defined as 1/360,000 of a centimeter
  5. %   and thus there are 914,400 EMUs per inch, and 12,700 EMUs per point
  6. PPTXInfo.CONST.IN_TO_EMU           = 914400;
  7. PPTXInfo.CONST.PT_TO_EMU           = 12700;
  8. PPTXInfo.CONST.DEG_TO_EMU          = 60000;
  9. PPTXInfo.CONST.FONT_PX_TO_PPTX     = 100;
  10. PPTXInfo.CONST.DEFAULT_DIMENSIONS  = [10 7.5];     % in inches
  11. %% Initialize PPTXInfo (if it's not initialized yet)
  12. if ~isfield(PPTXInfo,'fileOpen'),
  13.     PPTXInfo.fileOpen   = false;
  14. end
复制代码


本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
算法QQ  3283892722
群智能算法链接http://halcom.cn/forum.php?mod=forumdisplay&fid=73
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Python|Opencv|MATLAB|Halcom.cn ( 蜀ICP备16027072号 )

GMT+8, 2024-5-4 22:00 , Processed in 0.218098 second(s), 22 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表