欢迎来到虫虫开发者社区 — 百万工程师技术资源

The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical)

matlab例程 210 K 91 次下载

资源详细信息

文件格式
ZIP
文件大小
210 K
资源分类
上传者
发布时间
下载统计
91
所需积分
2 积分

The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) - 资源详细说明

The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).

The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) - 源码文件列表

本资源包含 2 个源码文件 支持在线预览,点击文件名即可查看

温馨提示:点击文件名或"查看源码"按钮可在线浏览源代码,支持语法高亮显示。

立即下载 The XML Toolbox converts MATLA

提示:下载后请用压缩软件解压,推荐使用 WinRAR 或 7-Zip

下载说明与使用指南

下载说明

  • 本资源需消耗 2积分
  • 24小时内重复下载不扣分
  • 支持断点续传功能
  • 资源永久有效可用

使用说明

  • 下载后使用解压软件解压
  • 推荐使用 WinRAR 或 7-Zip
  • 如有密码请查看资源说明
  • 解压后即可正常使用

积分获取方式

  • 上传优质资源获得积分
  • 每日签到免费领取积分
  • 邀请好友注册获得奖励
  • 查看详情 →

相关技术标签

点击标签浏览更多相关matlab例程资源:

相关matlab例程资源推荐