在好例子网,分享、交流、成长!
您当前所在位置:首页MATLAB 开发实例MATLAB语言基础 → _实战MATLAB之文件与数据接口技术

_实战MATLAB之文件与数据接口技术

MATLAB语言基础

下载此实例
  • 开发语言:MATLAB
  • 实例大小:30.15M
  • 下载次数:8
  • 浏览次数:94
  • 发布时间:2022-02-08
  • 实例类别:MATLAB语言基础
  • 发 布 人:dajiangxi
  • 文件格式:.zip
  • 所需积分:2
 相关标签: MATLAB LAB Mat 技术 实战

实例介绍

【实例简介】_实战MATLAB之文件与数据接口技术
【实例截图】from clipboard

【核心代码】

.
├── 《实战MATLAB之文件与数据接口技术》代码
│   ├── 第10章
│   │   ├── 第10.4.6节
│   │   │   ├── closefigure.m
│   │   │   ├── recvcallback.m
│   │   │   ├── senddata.m
│   │   │   ├── startcallback.m
│   │   │   ├── stopcallback.m
│   │   │   └── udp_two.m
│   │   ├── 程序10-1
│   │   │   └── testtcpip.m
│   │   ├── 程序10-2
│   │   │   └── testudp.m
│   │   ├── 程序10-3
│   │   │   └── DatagramReceivedFcnTest.m
│   │   ├── 程序10-4
│   │   │   └── BytesAvailableFcnTest.m
│   │   └── 程序10-5
│   │       ├── RecordTest.m
│   │       └── record.txt
│   ├── 第11章
│   │   ├── TriggerRepeatPropertyEg.m
│   │   ├── 程序11-1
│   │   │   ├── AudioAcquisitionScript.m
│   │   │   ├── 图11-8.fig
│   │   │   └── 图11-9.fig
│   │   ├── 程序11-2
│   │   │   └── PrintInitialTriggerTimeScript.m
│   │   ├── 程序11-3
│   │   │   └── ReapeatOutputPropertyTest.m
│   │   ├── 程序11-4
│   │   │   ├── audioDAQ_SamplesAcquiredFcn.m
│   │   │   ├── 图11-14(1).fig
│   │   │   └── 图11-14(2).fig
│   │   ├── 程序11-5
│   │   │   └── AudioAcquisitionInFixedDuration.m
│   │   ├── 程序11-6, 11-7, 11-8
│   │   │   ├── Continuously_Acquire_Data.m
│   │   │   ├── demoai_continuous_fft.m
│   │   │   └── demoai_continuous_timer_callback.m
│   │   └── 程序11-9, 11-10
│   │       ├── wavPutout.m
│   │       └── wavPutout_callbackFcn.m
│   ├── 第2章
│   │   ├── test.bmp
│   │   ├── 程序2-1
│   │   │   └── testscript.m
│   │   ├── 程序2-10
│   │   │   └── imageclass.m
│   │   ├── 程序2-11
│   │   │   ├── processgrayimage.m
│   │   │   └── test.bmp
│   │   ├── 程序2-12
│   │   │   └── teststring.m
│   │   ├── 程序2-13
│   │   │   └── testlogical.m
│   │   ├── 程序2-14
│   │   │   └── testcell.m
│   │   ├── 程序2-15
│   │   │   └── teststruct.m
│   │   ├── 程序2-16
│   │   │   └── testplot.m
│   │   ├── 程序2-17
│   │   │   └── testimage.m
│   │   ├── 程序2-2
│   │   │   └── testoperator.m
│   │   ├── 程序2-3
│   │   │   └── change.m
│   │   ├── 程序2-4
│   │   │   ├── change.m
│   │   │   └── testchange.m
│   │   ├── 程序2-5
│   │   │   └── testnargin_out.m
│   │   ├── 程序2-6
│   │   │   └── testfor.m
│   │   ├── 程序2-7
│   │   │   └── testrepmat.m
│   │   ├── 程序2-8
│   │   │   └── showInputSign_if.m
│   │   └── 程序2-9
│   │       └── showInputSign_switch.m
│   ├── 第3章
│   │   ├── data.mat
│   │   ├── mydata.mat
│   │   ├── mydata2.mat
│   │   ├── mystruct.mat
│   │   ├── 程序3-1
│   │   │   ├── matWritemxArray.c
│   │   │   ├── matWritemxArray.exe
│   │   │   └── mattest.mat
│   │   ├── 程序3-2
│   │   │   ├── matReadmxArray.c
│   │   │   ├── matReadmxArray.exe
│   │   │   └── mattest.mat
│   │   ├── 程序3-3
│   │   │   ├── abc.mat
│   │   │   ├── matGetDir.c
│   │   │   └── matGetDir.mexw32
│   │   └── 程序3-4
│   │       ├── abcd.mat
│   │       ├── matGetNextVariable.c
│   │       └── matGetNextVariable.mexw32
│   ├── 第4章
│   │   ├── TextScanExample.txt
│   │   ├── celldata.txt
│   │   ├── data.txt
│   │   ├── mydata.txt
│   │   ├── mydiary.txt
│   │   ├── rand.txt
│   │   ├── s.txt
│   │   ├── saveCommand.txt
│   │   ├── temp.txt
│   │   ├── 程序4-1
│   │   │   ├── CmpDlmreadAndImportdata.m
│   │   │   └── data.txt
│   │   ├── 程序4-10
│   │   │   ├── getTableDataEg.m
│   │   │   ├── t20111026_402761639.htm
│   │   │   └── t20111026_402761639.xls
│   │   ├── 程序4-2
│   │   │   ├── number.txt
│   │   │   └── testTextscanFormat.m
│   │   ├── 程序4-3
│   │   │   ├── myfprintf.m
│   │   │   └── myfprintf.txt
│   │   ├── 程序4-4, 4-5, 4-6
│   │   │   ├── getformatstr.m
│   │   │   ├── numberic2text.m
│   │   │   └── text2numberic.m
│   │   ├── 程序4-7, 4-8
│   │   │   ├── struct2text.m
│   │   │   └── text2struct.m
│   │   ├── 程序4-9
│   │   │   └── cell2text.m
│   │   └── 人均国民总收入.txt
│   ├── 第5章
│   │   ├── black_white.jpg
│   │   ├── handel.flac
│   │   ├── handel.wav
│   │   ├── num.tif
│   │   ├── out.au
│   │   ├── out.png
│   │   ├── out.tif
│   │   ├── out.wav
│   │   ├── pcolor.jpg
│   │   ├── peaks.tif
│   │   ├── randomArray.dat
│   │   ├── testFwriteSkip.dat
│   │   ├── 程序5-1
│   │   │   ├── RGB_channel.m
│   │   │   └── Water lilies.bmp
│   │   ├── 程序5-2
│   │   │   └── doubleimg2uint8.m
│   │   ├── 程序5-3
│   │   │   └── Movie2aviExample.m
│   │   ├── 程序5-4
│   │   │   └── videoplay.m
│   │   ├── 程序5-5
│   │   │   └── VideoWriterExample.m
│   │   └── 单色位图5×5.bmp
│   ├── 第6章
│   │   ├── myExcelFile.xls
│   │   ├── myExcelFile.xlsx
│   │   ├── temperature.xls
│   │   ├── 程序6-1
│   │   │   ├── findMaxMin.m
│   │   │   └── myExample.xls
│   │   ├── 程序6-10
│   │   │   └── HeaderFooterExample.m
│   │   ├── 程序6-11
│   │   │   └── SaveAsAndQuitExample.m
│   │   ├── 程序6-12
│   │   │   ├── CreateWordFile.m
│   │   │   ├── matlab_logo.JPG
│   │   │   └── mydoc1.docx
│   │   ├── 程序6-2
│   │   │   ├── FinalExamResult.xls
│   │   │   └── xlswriteExample.m
│   │   ├── 程序6-3
│   │   │   ├── climate2007.xlsx
│   │   │   └── climateAnalysis.m
│   │   ├── 程序6-4, 6-5
│   │   │   ├── color2num.m
│   │   │   ├── randData.xlsx
│   │   │   └── xlscolorwrite.m
│   │   ├── 程序6-6
│   │   │   └── testCopyAndPaste.m
│   │   ├── 程序6-7
│   │   │   ├── CreateTable.m
│   │   │   ├── 表1 产品A 2010年季度销售量 (程序6-7生成的文档).docx
│   │   │   └── 表1 产品A 2010年季度销售量 (程序6-7及其后续处理最终结果).docx
│   │   ├── 程序6-8
│   │   │   └── InlineShapesExample.m
│   │   └── 程序6-9
│   │       └── ShapeExample.m
│   ├── 第7章
│   │   ├── data1.dat
│   │   ├── data2.dat
│   │   ├── data3.dat
│   │   ├── magic.dat
│   │   ├── offset_test.dat
│   │   ├── offset_test_1.dat
│   │   ├── peaks.dat
│   │   ├── records.dat
│   │   ├── 程序7-1
│   │   │   └── genData.m
│   │   ├── 程序7-2
│   │   │   ├── RepeatExample.m
│   │   │   └── genData.m
│   │   └── 程序7-3
│   │       ├── StructArrayExample.m
│   │       ├── genData.m
│   │       └── sarray.dat
│   ├── 第8章
│   │   ├── matlab_tdm_example_sp2010.zip
│   │   ├── 第8.1.2节
│   │   │   ├── addDoubleS.m
│   │   │   ├── dlladd.c
│   │   │   ├── dlladd.dll
│   │   │   ├── dlladd.exp
│   │   │   ├── dlladd.exports
│   │   │   ├── dlladd.h
│   │   │   ├── dlladd.lib
│   │   │   └── dlladdtype.m
│   │   ├── 第8.1.4节
│   │   │   ├── color2gray.c
│   │   │   ├── color2gray.exports
│   │   │   ├── color2gray.h
│   │   │   ├── dispVoid.c
│   │   │   ├── dispVoid.dll
│   │   │   ├── dispVoid.exp
│   │   │   ├── dispVoid.exports
│   │   │   ├── dispVoid.h
│   │   │   ├── dispVoid.lib
│   │   │   ├── dlladd.c
│   │   │   ├── dlladd.dll
│   │   │   ├── dlladd.exp
│   │   │   ├── dlladd.exports
│   │   │   ├── dlladd.h
│   │   │   ├── dlladd.lib
│   │   │   ├── enumExample.c
│   │   │   ├── enumExample.exports
│   │   │   ├── enumExample.h
│   │   │   ├── strAdd.c
│   │   │   ├── strAdd.dll
│   │   │   ├── strAdd.exp
│   │   │   ├── strAdd.exports
│   │   │   ├── strAdd.h
│   │   │   ├── strAdd.lib
│   │   │   ├── strToUpper.c
│   │   │   ├── strToUpper.dll
│   │   │   ├── strToUpper.exp
│   │   │   ├── strToUpper.exports
│   │   │   ├── strToUpper.h
│   │   │   └── strToUpper.lib
│   │   ├── 第8.1.6节
│   │   │   ├── 1.frame
│   │   │   ├── basedef.h
│   │   │   ├── dllfile.c
│   │   │   ├── dllfile.dll
│   │   │   ├── dllfile.exp
│   │   │   ├── dllfile.exports
│   │   │   ├── dllfile.h
│   │   │   ├── dllfile.lib
│   │   │   └── frame.c
│   │   ├── 第8.2.2节
│   │   │   ├── 1.frame
│   │   │   ├── result2cell.m
│   │   │   ├── result2double.m
│   │   │   ├── showinfo.cpp
│   │   │   └── showinfo.exe
│   │   ├── 第8.2.3节
│   │   │   ├── 1.frame
│   │   │   ├── 1.mat
│   │   │   ├── frame2mat.cpp
│   │   │   ├── frame2mat.exe
│   │   │   └── loadframe.m
│   │   └── 特别说明和致谢.txt
│   ├── 第9章
│   │   ├── MyRecord.txt
│   │   ├── myRecordFile.txt
│   │   ├── 第9.3.1节
│   │   │   ├── SerialPortDataTrans.c
│   │   │   ├── SerialPortDataTrans.h
│   │   │   ├── SerialPortDataTrans.mexw32
│   │   │   ├── Thread_Receive.c
│   │   │   ├── Thread_Send.c
│   │   │   └── test.txt
│   │   ├── 第9.3.2节
│   │   │   ├── RcvFile.txt
│   │   │   ├── SerialDLL
│   │   │   │   ├── Debug
│   │   │   │   │   ├── SerialDLL.dll
│   │   │   │   │   ├── SerialDLL.exp
│   │   │   │   │   ├── SerialDLL.ilk
│   │   │   │   │   ├── SerialDLL.lib
│   │   │   │   │   └── SerialDLL.pdb
│   │   │   │   ├── SerialDLL
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── CL.read.1.tlog
│   │   │   │   │   │   ├── CL.write.1.tlog
│   │   │   │   │   │   ├── SerialDLL.dll.embed.manifest
│   │   │   │   │   │   ├── SerialDLL.dll.embed.manifest.res
│   │   │   │   │   │   ├── SerialDLL.dll.intermediate.manifest
│   │   │   │   │   │   ├── SerialDLL.lastbuildstate
│   │   │   │   │   │   ├── SerialDLL.log
│   │   │   │   │   │   ├── SerialDLL.obj
│   │   │   │   │   │   ├── SerialDLL.write.1.tlog
│   │   │   │   │   │   ├── SerialDLL_manifest.rc
│   │   │   │   │   │   ├── cl.command.1.tlog
│   │   │   │   │   │   ├── link-cvtres.read.1.tlog
│   │   │   │   │   │   ├── link-cvtres.write.1.tlog
│   │   │   │   │   │   ├── link.568-cvtres.read.1.tlog
│   │   │   │   │   │   ├── link.568-cvtres.write.1.tlog
│   │   │   │   │   │   ├── link.568.read.1.tlog
│   │   │   │   │   │   ├── link.568.write.1.tlog
│   │   │   │   │   │   ├── link.6004-cvtres.read.1.tlog
│   │   │   │   │   │   ├── link.6004-cvtres.write.1.tlog
│   │   │   │   │   │   ├── link.6004.read.1.tlog
│   │   │   │   │   │   ├── link.6004.write.1.tlog
│   │   │   │   │   │   ├── link.command.1.tlog
│   │   │   │   │   │   ├── link.read.1.tlog
│   │   │   │   │   │   ├── link.write.1.tlog
│   │   │   │   │   │   ├── mt.command.1.tlog
│   │   │   │   │   │   ├── mt.read.1.tlog
│   │   │   │   │   │   ├── mt.write.1.tlog
│   │   │   │   │   │   ├── rc.command.1.tlog
│   │   │   │   │   │   ├── rc.read.1.tlog
│   │   │   │   │   │   ├── rc.write.1.tlog
│   │   │   │   │   │   ├── vc100.idb
│   │   │   │   │   │   └── vc100.pdb
│   │   │   │   │   ├── SerialDLL.vcxproj
│   │   │   │   │   ├── SerialDLL.vcxproj.filters
│   │   │   │   │   └── SerialDLL.vcxproj.user
│   │   │   │   ├── SerialDLL.sln
│   │   │   │   ├── SerialDLL.suo
│   │   │   │   └── ipch
│   │   │   │       └── serialdll-9bc603fb
│   │   │   ├── SerialDLL.cpp
│   │   │   ├── SerialDLL.dll
│   │   │   └── SerialDLL.h
│   │   ├── 程序9-1, 9-2
│   │   │   ├── serial_testReadAsyncMode1.m
│   │   │   └── serial_testReadAsyncMode2.m
│   │   ├── 程序9-3
│   │   │   └── Serial_testBreakInterruptFcn.m
│   │   ├── 程序9-4
│   │   │   └── Serial_testBytesAvailableFcn.m
│   │   ├── 程序9-5
│   │   │   └── SerialObjectExample.m
│   │   └── 程序9-6
│   │       └── get_GPS_data.m
│   ├── 附录B
│   │   └── regexpr.txt
│   ├── 使用说明.txt
│   └── 版权声明.txt
└── 好例子网__实战MATLAB之文件与数据接口技术.zip

90 directories, 267 files


标签: MATLAB LAB Mat 技术 实战

实例下载地址

_实战MATLAB之文件与数据接口技术

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警