mfc嵌入matlab绘图窗口,将matlab的图嵌入MFC
【實(shí)例簡(jiǎn)介】
VS調(diào)用matlab畫(huà)圖模塊編譯成的動(dòng)態(tài)鏈接庫(kù),并在MFC顯示。
【實(shí)例截圖】
【核心代碼】
3b0582a3-4ea8-4a61-ba33-e448be563b88
└── 將matlab的圖嵌入MFC
├── matlab_2010b與VS2008_混合編程的實(shí)現(xiàn).pdf
├── TestWithData
│?? ├── Debug
│?? │?? ├── lpk.dll
│?? │?? ├── TestWithData.exe
│?? │?? ├── TestWithData.ilk
│?? │?? └── TestWithData.pdb
│?? ├── matlab_2010b與VS2008_混合編程的實(shí)現(xiàn).pdf
│?? ├── matlab編譯
│?? │?? ├── libPipeErrShow.cpp
│?? │?? ├── libPipeErrShow.ctf
│?? │?? ├── libPipeErrShow.dll
│?? │?? ├── libPipeErrShow.exp
│?? │?? ├── libPipeErrShow.exports
│?? │?? ├── libPipeErrShow.h
│?? │?? ├── libPipeErrShow.lib
│?? │?? ├── libPipeErrShow_mcc_component_data.c
│?? │?? ├── libPipeErrShow.prj
│?? │?? ├── mccExcludedFiles.log
│?? │?? ├── PipeErrShow.m
│?? │?? └── readme.txt
│?? ├── TestWithData
│?? │?? ├── Debug
│?? │?? │?? ├── BuildLog.htm
│?? │?? │?? ├── mt.dep
│?? │?? │?? ├── stdafx.obj
│?? │?? │?? ├── TestWithDataDlg.obj
│?? │?? │?? ├── TestWithData.exe.embed.manifest
│?? │?? │?? ├── TestWithData.exe.embed.manifest.res
│?? │?? │?? ├── TestWithData.exe.intermediate.manifest
│?? │?? │?? ├── TestWithData.obj
│?? │?? │?? ├── TestWithData.pch
│?? │?? │?? ├── TestWithData.res
│?? │?? │?? ├── vc90.idb
│?? │?? │?? └── vc90.pdb
│?? │?? ├── libPipeErrShow.ctf
│?? │?? ├── libPipeErrShow.dll
│?? │?? ├── libPipeErrShow.h
│?? │?? ├── libPipeErrShow.lib
│?? │?? ├── libPipeErrShow_mcr
│?? │?? │?? ├── libPipeErrSh
│?? │?? │?? │?? └── PipeErrShow.m
│?? │?? │?? └── toolbox
│?? │?? │?? ├── compiler
│?? │?? │?? │?? ├── Contents.m
│?? │?? │?? │?? ├── ctfroot.m
│?? │?? │?? │?? ├── ja
│?? │?? │?? │?? │?? └── xlate
│?? │?? │?? │?? └── system_dependent.m
│?? │?? │?? └── local
│?? │?? │?? ├── Contents.m
│?? │?? │?? ├── hgrc.m
│?? │?? │?? ├── initprefs.m
│?? │?? │?? ├── ja
│?? │?? │?? │?? └── xlate
│?? │?? │?? ├── matlabrc.m
│?? │?? │?? ├── pathdef.m
│?? │?? │?? ├── printopt.m
│?? │?? │?? └── userpath.m
│?? │?? ├── ReadMe.txt
│?? │?? ├── res
│?? │?? │?? ├── TestWithData.ico
│?? │?? │?? └── TestWithData.rc2
│?? │?? ├── resource.h
│?? │?? ├── stdafx.cpp
│?? │?? ├── stdafx.h
│?? │?? ├── targetver.h
│?? │?? ├── TestWithData.aps
│?? │?? ├── TestWithData.cpp
│?? │?? ├── TestWithDataDlg.cpp
│?? │?? ├── TestWithDataDlg.h
│?? │?? ├── TestWithData.h
│?? │?? ├── TestWithData.rc
│?? │?? ├── TestWithData.vcproj
│?? │?? └── TestWithData.vcproj.PC-201212101202.Administrator.user
│?? ├── TestWithData.ncb
│?? ├── TestWithData.sln
│?? ├── TestWithData.suo
│?? └── 說(shuō)明.txt
└── 說(shuō)明.txt
14 directories, 67 files
總結(jié)
以上是生活随笔為你收集整理的mfc嵌入matlab绘图窗口,将matlab的图嵌入MFC的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: 华为交换机修改radius服务器地址,华
- 下一篇: 微分方程在matlab中的实现,Matl