【实例简介】

VS调用matlab画图模块编译成的动态链接库,并在MFC显示。

【实例截图】

【核心代码】

3b0582a3-4ea8-4a61-ba33-e448be563b88

└── 将matlab的图嵌入MFC

├── matlab_2010b与VS2008_混合编程的实现.pdf

├── TestWithData

│   ├── Debug

│   │   ├── lpk.dll

│   │   ├── TestWithData.exe

│   │   ├── TestWithData.ilk

│   │   └── TestWithData.pdb

│   ├── matlab_2010b与VS2008_混合编程的实现.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

│   └── 说明.txt

└── 说明.txt

14 directories, 67 files

mfc嵌入matlab绘图窗口,将matlab的图嵌入MFC相关推荐

  1. Matlab绘图案例,MATLAB画图大法,附详细代码

    目录 1. 使用subplot创建多个子图 2. 绘制误差棒图 3. 绘制条形堆积图 4. 绘制堆积面积图 5. 绘制直方图并拟合曲线 6. 绘制等高线图 7. 绘制光滑的曲线 8. 绘制彩虹图 9. ...

  2. 图嵌入概述:节点、边和图嵌入方法及Python实现

    转载:Deephub Imba 近年来基于图的机器学习有了很大的发展.基于图的方法在数据科学中的许多常见问题中都有应用,例如链接预测.社群发现.节点分类等.根据如何组织问题和所拥有的数据,有许多解决问 ...

  3. MATLAB | 绘图复刻(二) | 折线图+误差棒+柱状图+散点抖动+灰色背景+图片叠加

    看到gzh R语言ggplot2科研绘图发布了一篇绘图复刻类文章,复刻了: Nature(IF=49.962)文章(Gut microbiota modulates weight gain in mi ...

  4. matlab绘图实验六,matlab 实验一 特殊函数与图形

    实验一特殊函数与图形 著名的Riemann函数大家都很熟悉了,但是关于它的图像你是否清楚呢?除了最上面那几点,其他都很难画吧?你想不想看看下面那些"挤在一起"的点是怎样分布的呢?还 ...

  5. MATLAB | 绘图复刻(九) | 泰勒图及组合泰勒图

    有粉丝问我这个图咋画: 我一看,这不就泰勒图嘛,就fileexchange上搜了一下泰勒图绘制代码,但是有的代码比较新的版本运行要改很多地方,有的代码需要包含一些压缩包没并没有的别人写的函数,于是我干 ...

  6. 【绘图】matlab 绘制窗口分布

    matlab 绘制窗口分布 matlab绘图函数 控制绘图窗口 窗口规则分布:subplot 窗口自定义分布:axes matlab绘图函数 我的另一篇博客https://blog.csdn.net/ ...

  7. MATLAB主窗口中 主菜单栏有,Matlab介绍与基本操作.ppt

    Matlab介绍与基本操作 MATLAB介绍与基本操作 数学软件与Matlab的关系 国际上最常用的三种数学类科技应用软件为:3M Matlab Mathematica Maple P.S:还有Mat ...

  8. matlab中求立方根,MATLAB基础入门

    MATLAB有许多使用方法,但最基本,也是入门时首先要掌握的是MATLAB命令窗口(Command Window)的使用方法. MATLAB命令窗口是用于输入数据,运行MATLAB函数和脚本,并显示结 ...

  9. 视频教程-三十八课时零基础matlab精通优化算法-Matlab

    三十八课时零基础matlab精通优化算法 图像和算法等领域有多年研究和项目经验:指导发表科技核心期刊经验丰富:多次指导数学建模爱好者参赛. 宋星星 ¥100.00 立即订阅 扫码下载「CSDN程序员学 ...

最新文章

  1. matlab--常微分方程的数值解(ODE-s)
  2. 离散制造业的数据采集之路
  3. WPF 的拖拽操作(DragDrop)
  4. Spring MVC:MySQL和Hibernate的安全性
  5. cocos2dx 背景用小尺寸图片滚动填充的方法
  6. 新品发布、降价普惠、拥抱开源、出海全球化 | 杭州云栖企业数字化转型峰会上的那些关键词
  7. python实现删除文件与目录的方法
  8. 在centos6.5中安装reids
  9. 统计挖掘那些事(八)—— 分层抽样与交叉验证
  10. 架构师架构蓝图《UML精粹》 UML Distilled读后感
  11. 成为一名数据分析师,需要学习统计学吗?
  12. python处理ts_python将ts转换成MP4
  13. speedoffice(Excel)如何隐藏编辑栏
  14. method call expected
  15. 青蛙跳台阶(pta)
  16. js、html实现断点播放视频,视频资源在localStorage中
  17. java自动装箱|拆箱解密
  18. spring in action学习-第一章 spring之旅
  19. 中国移动支付线下交易扩大,支付服务角逐趋热
  20. 整理全菜30篇学习vue和脚手架的笔记

热门文章

  1. Linux-RHEL5-初学者配置vsftpd注意事项
  2. 【Spring】使用Spring和AMQP发送接收消息(下)
  3. 零基础学Java的10个方法
  4. [MySQL 5.6] Performance Schema 之 PS配置项(1)
  5. [分享]iOS开发-实现view底部控件随着键盘的弹出而上移的效果
  6. Docker认识基础
  7. Xtreme TaskPanel
  8. 探索性数据分析入门_入门指南:R中的探索性数据分析
  9. 队列的链式存储结构及其实现_了解队列数据结构及其实现
  10. 友元 java_C++ 友元关系详解