# mat2csv
A MATLAB function for converting *.mat* files to *.csv* files.
### Description:
This function reads data from a *filename.mat* file, converts the data to one cell array and writes the cell array to a *filename.csv* file within same directory.
If *filename.csv* exists it will be overwritten, otherwise a new *filename.csv* file will be created.
### Usage Example:
mat2csv("/home/user/data/measurement01.mat");
### Notes:
- Data fields within *.mat* file need to be vector shaped.
- Can handle mixed types of data within the *.mat* file due to cell conversion.
- Cell conversion and writing cell arrays takes time, especially for large files! There might be faster solutions - e.g. if the .mat file only contains numerical data.
- *example.m* file contains a small usage example.
自不量力的A同学
- 粉丝: 835
- 资源: 2788
最新资源
- ccceeeeee,ukytkyk/liyihm
- 考虑新能源消纳的火电机组深度调峰策略 摘要:本代码主要做的是考虑新能源消纳的火电机组深度调峰策略,以常规调峰、不投油深度调峰、投油深度调峰三个阶段,建立了火电机组深度调峰成本模型,并以风电全额消纳为前
- PROGPPCNEXUS读写烧录刷写软件 飞思卡尔MPC55xx 56xx 57xx 58xx 没有次数限制
- 含光伏的储能选址定容模型 14节点 程序采用改进粒子群算法,对分析14节点配网系统中的储能选址定容方案,并得到储能的出力情况,有相关参考资料 这段程序是一个粒子群算法(Particle Swarm O
- P6ProfessionalSetup R24.12 安装包
- SQLServer2012数据库配置及网络连接设置WORD文档doc格式最新版本
- 中大型三相异步电机电磁设计软件
- DSP28335 PMSM电机控制程序
- 四足机器人技术发展及其应用场景概述
- linux常用命令大全.txt
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈