你不需要activeX,matlab有内置函数,xlswrite和xlsread:

帮助文件:

xlswrite(filename,A) writes array A to the first worksheet in Excel

file filename, starting at cell A1.

xlswrite(filename,A,sheet) writes to the specified worksheet.

xlswrite(filename,A,range) writes to the rectangular region specified

by range in the first worksheet of the file. Specify range using the

syntax 'C1:C2', where C1 and C2 are two opposing corners that define

the region.

xlswrite(filename,A,sheet,range) writes to the specified sheet and

range.

status = xlswrite(filename,A,sheet,range) returns the completion

status of the write operation: true (logical 1) for success, false

(logical 0) for failure. Inputs sheet and range are optional.

[status,msg] = xlswrite(filename,A,sheet,range) returns any warning or

error message generated by the write operation in structure message.

Inputs sheet and range are optional.

和:

[num,txt,raw] = xlsread(filename) reads data from the first worksheet

in the Microsoft Excel spreadsheet file named filename and returns the

numeric data in array num. Optionally, returns the text fields in cell

array txt, and the unprocessed data (numbers and text) in cell array

raw. If your system does not have Excel for Windows, xlsread operates

in basic import mode, and reads only XLS or XLSX files.

[num,txt,raw] = xlsread(filename,sheet) reads the specified worksheet.

[num,txt,raw] = xlsread(filename,range) reads data from the specified

range of the first worksheet in the file. Specify range using the

syntax 'C1:C2', where C1 and C2 are two opposing corners that define

the region.

[num,txt,raw] = xlsread(filename,sheet,range) reads from the specified

sheet and range.

[num,txt,raw] = xlsread(filename,-1) opens an Excel window to

interactively select data. Supported only on Windows systems with

Excel software.

[num,txt,raw] = xlsread(filename,sheet,range,'basic') reads data from

the spreadsheet in basic mode, the default on systems without Excel

for Windows.

[num,txt,raw,custom] = xlsread(filename,sheet,range,'',functionHandle)

reads from the spreadsheet, executes the function associated with

functionHandle on the data, and returns the final results. Optionally,

returns additional custom output, which is the second output from the

function. xlsread does not change the data stored in the spreadsheet.

Supported only on Windows systems with Excel software.

http://www.mathworks.com/help/techdoc/ref/xlswrite.html

通过选择用户交互和显示样式(不确定是否需要绘图或表格,按钮或滑块),这允许您与xls文档进行交互。

matlab gui excel,matlab在GUI中生成excel文件相关推荐

  1. php excel 进度,在php中生成Excel文件时显示进度条

    我有一个 HTML表单,当您通过单击按钮提交表单时,应用程序使用 PHPExcel生成Excel文件.一切正常,但是当excel文件很大时,等待时间很长.我想添加进度条或显示完整百分比值.我的问题是我 ...

  2. android中生成excel

    都说程序员不爽产品经理,其实有的时候遇到一些奇葩的后台开发人员也会很不顺心.最近项目有这样一个要求,要生成一个excel然后发邮件给客户.结果后台人员直接把这个功能扔给客户端,理由是后台不好实现.听到 ...

  3. 使用hutool-poi在未安装Office或wps软件的电脑中生成Excel的xls后缀消失问题

    使用hutool-poi在未安装Office或wps软件的电脑中生成Excel的xls后缀消失问题 由于项目中存在日志导出功能,会将查找的日志数据生成Excel文件并下载,在开发和测试过程中,该功能并 ...

  4. 纵断面 java_用EXCEL输入数据在CAD中生成疏浚工程断面图.pdf

    用EXCEL输入数据在CAD中生成疏浚工程断面图.pdf 第08卷 第2期 中国水运 No.2 Ch 2008钲 2月 inaWater Transport February2008 张伟 (京杭运河 ...

  5. 在F5 BIG IP版本9中生成CSR文件的教程

    在申请SSL证书时,申请者必须为您的 Web 服务器上的域名或主机名创建证书签名请求 (CSR).CSR是向证书颁发机构 (CA) 发送您的公钥的标准化方式,该公钥与服务器上的秘密私钥配对,并提供有关 ...

  6. 在 Apex 代码中生成 csv 文件

    在 Apex 代码中生成 csv 文件可以写一个 Visualforce 页面,设定类型为 excel 的格式,然后调用 PageReference 的 getContent()方法来获取 Blob ...

  7. vector与结构体联合使用 在磁盘中生成.txt 文件

    一下纯属个人总结.欢迎拍砖!谢谢 我意思到以练促进学习C++编程基础是很有帮助的 这篇文章是我为了熟悉掌握文件流和STL中的vector以及结构体三个只知识点所写的代码: #include <s ...

  8. python在内存中生成Zip文件!

    python在内存中生成Zip文件! - 天真的好蓝啊 - 博客园 python在内存中生成Zip文件! import zipfile import StringIO class MemoryZipF ...

  9. android 构造xml,android 中生成xml文件

    在Android中生成xml文件真的很简单,下面提供2中方法,一种是通过String写入到文件,另外一种是通过XML 的 XmlSerializer. 以后遇到Android写xml内容就不会困惑了 ...

  10. matlab GUI 打包程序(Application Complier生成exe文件和App打包)

    0.写在前面 最近用MATLAB写GUI,用的是Guide,最后需要进行程序的打包,查了一些资料,打包包括exe文件打包和App打包,这里都进行一个学习记录,后面需要可以回来查阅(MATLAB版本:2 ...

最新文章

  1. es的聚合mysql聚合速度_Elasticsearch(8) --- 聚合查询(Metric聚合)
  2. [YTU]_2477( C++习题 抽象基类)
  3. 第一行代码学习笔记第四章——探究碎片
  4. javascript的DOM、BOM操作
  5. 程序员的算法课(18)-常用的图算法:广度优先(BFS)
  6. 2020 数据技术嘉年华:吹响国产数据库的集结号 诚邀参会览技术前沿
  7. 设置PyCharm相同词汇高亮
  8. chrome网页自动化插件_Automation | 让网页在 Safari 和 Chrome 之间穿梭
  9. 有什么软件方便画er图_数据库ER图绘制工具(DbSchema)
  10. windows11中文语言包|windows11中文汉化包
  11. 小程序如何发布体验版本
  12. 磁盘/分区克隆:如何将硬盘数据快速迁移至新的硬盘?
  13. 基本知识 100151
  14. 通信原理包络是什么意思_为什么齿轮不能少于17个齿,少于17个齿,齿轮传动会如何?...
  15. udal导mysql_MySQL性能测试工具之mysqlslap
  16. AutoK3s v0.4.8 发布 与 Harvester 梦幻联动
  17. 4行代码实现微信送祝福,这个新年有点不一样
  18. STD: Sparse-to-Dense 3D Object Detector for Point Cloud 阅读笔记
  19. JSP九大内置对象 .
  20. C617 redhat smicmmrf 工艺库安装 乞丐版

热门文章

  1. 天然气压缩因子计算软件_【论文】王凯等:天然气单流涡流管流场与温度场数值模拟...
  2. Java架构师知识体系结构导图
  3. 连续输入密码错误3次,第二天才能登录
  4. linux设备文件,Linux 文件系统与设备文件
  5. 我擦!发红包遇到了微信抖动!
  6. Interview Project50 50/11
  7. 训练记录(Wiki备份)
  8. 2016上半年教师资格证考试《高中数学》真题
  9. Neural Motifs: Scene Graph Parsing with Global Context (CVPR 2018) 运行复现遇到的一些坑以及解决方法
  10. base cap 分布式_1、分布式基础之CAP和BASE理论