嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
_实战MATLAB之文件与数据接口技术
.
├── 《实战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