CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 调用matlab

搜索资源列表

  1. Matlab_Cpp_Programming

    0下载:
  2. 刘维的《精通Matlab与Cpp混合程序设计》。 本书主要介绍如何运用Matlab与C/C++进行混合程序设计。共分8章,主要包括:Matlab程序设计初步、Matlab编译器、Matlab与C语言的接口、生成可独立运行的Matlab程序、Visual C++调用Matlab程序、Matlab DotNet Builder与Visual C++、Matcom与C/C++以及Visual C++调用Mattab C++数学库。另外,附录中介绍有关动态链接库的基础知识。-By Liu Wei.
  3. 所属分类:matlab

    • 发布日期:2017-06-19
    • 文件大小:28489891
    • 提供者:Ming
  1. matlab-GUI-12345

    1下载:
  2. 自己编写的图像处理软件,MATLAB GUI 编程实现,主要用来实现多界面调用,进度条等功能的实现。-Write your own image processing software, MATLAB GUI programming, mainly used to implement multi-interface call to the realization of the progress bar and other functions.
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:324190
    • 提供者:hiderce
  1. Matlab-4-9-1

    0下载:
  2. 可以用此程序调用matlab将四副或九幅图合并-Using matlab to four or nine maps of the
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:645
    • 提供者:朗朗
  1. object-detecion-(matlab)

    1下载:
  2. 运动目标检测的matlab代码,通过调用视频中的帧图像来进行检测。-Moving target detection matlab code, by calling the video frame images for testing.
  3. 所属分类:source in ebook

    • 发布日期:2017-03-24
    • 文件大小:958
    • 提供者:王大力
  1. Fortran-and-Matlab

    0下载:
  2. fortran与Matlab混合编程 fortran调用Matlab-the usege of fortran and Matlab
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:12060
    • 提供者:cczz
  1. VBMatlab

    0下载:
  2. :VB与Matlab混合编程方法,通过建立VB与Matlab间的ActiveX连接,实现VB应用程序中调用Matlab, 建立与Matlab ActiveX服务器的连接。该方法通过利用ActiveX技术、应用DDE与Matlab通讯、使用MatrixVB、 生成执行文件、编译动态链接库等步骤实现-: VB and Matlab programming mix, VB and Matlab through the establishment of connection between th
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:334007
    • 提供者:lizheng
  1. VCPP-Matlab.m

    1下载:
  2. 5.1 在VC++中调用Matlab引擎 matlabenginetest目录 5.2 VC++中调用Matlab *.m函数编译后的动态链接库 VC++中调用Matlab .m函数编译后的动态链接库目录-failed to translate
  3. 所属分类:matlab

    • 发布日期:2017-05-16
    • 文件大小:4337922
    • 提供者:winshow
  1. 34

    0下载:
  2. 根据滤波器指标选择合适的窗函数,计算窗函数的长度N,调用MATLAB函数fir1设计一个FIR低通滤波器。并编写程序,调用MATLAB快速卷积函数fftfilt实现对xt的滤波。绘图显示滤波器的频响特性曲线、滤波器输出信号的幅频特性图和时域波形图。
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:25600
    • 提供者:yangnana
  1. Using-VBcall-MATLAB-

    0下载:
  2. 利用Visual Basic6.0调用MATLAB的实现方法-Using Visual Basic6.0 call MATLAB Realization
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:20325
    • 提供者:wj
  1. 2step-to-learn-VC-and-matlab-engine

    0下载:
  2. 学习如何使用VC调用matlab 编程,值得参考-Step by step learn how to use the VC call matlab engine programming examples, good reference
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:145071
    • 提供者:dwang
  1. Matlab-experimental-instruction

    0下载:
  2. matlab图像处理代码宝典,有丰富的源代码,方便查看调用-matlab image processing code canon, there is a wealth of source code for easy viewing call
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:604759
    • 提供者:黄竹
  1. MATLAB-image-processing-300

    0下载:
  2. matlab图像处理代码宝典,有丰富的源代码,方便查看调用-matlab image processing code canon, there is a wealth of source code for easy viewing call
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:140087
    • 提供者:黄竹
  1. matlab-cwt

    5下载:
  2. 连续小波变换的MATLAB实现(未调用cwt函数)-Continuous wavelet transform of MATLAB (not using function cwt)
  3. 所属分类:Wavelet

    • 发布日期:2015-10-16
    • 文件大小:1024
    • 提供者:陆小千
  1. Matlab

    0下载:
  2. Matlab与VC++混合编程,用VC调用Matlab命令-Matlab and VC++ mixed programming with VC call Matlab command
  3. 所属分类:matlab

    • 发布日期:2017-05-15
    • 文件大小:3779178
    • 提供者:张小辉
  1. VCPPcall-DLL-generated-from-Matlab

    1下载:
  2. 将Matlab中现成的数学函数编译为动态链接库,供VC调用,可以省去工程应用中要编写各种C++数学算法的烦恼。这几个工程是我总结的几个案例,分别是VC6.0和VS2008下调用Matlab r2010a生成的dll的例子,还包括2个我自己做的矩阵求逆和数值积分的例子。-Will be ready in Matlab mathematical functions compiled to a dynamic link library for VC call, eliminating the need
  3. 所属分类:matlab

    • 发布日期:2014-05-18
    • 文件大小:6045696
    • 提供者:蔡浩宇
  1. Explored-how-to-use-C-Sharp-call-Matlab

    0下载:
  2. 初步探索如何使用Visual C#调用Matlab,便于大家学习。-Explored how to use Visual C# to call Matlab, and to facilitate them to learn.
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:6360
    • 提供者:changyanhui
  1. matlab-image-shifting-and-rotate

    0下载:
  2. matlab 做图像平移和旋转 用的是领域插值法 二次线性插值 另外还有一些调用matlab自带函数的编程-matlba image shift and rotate
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1756840
    • 提供者:chao
  1. MATLAB

    0下载:
  2. matlab实现4阶龙格库塔的一个示例,分为三个子函数来调用-Matlab 4 order LongGe coulthard s a sample
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1231
    • 提供者:小华
  1. base-on-Matlab-draw-3D-geology-model

    0下载:
  2. 本文介绍如何在Matlab R2007a 环境下建立.NET 组件,然后使用C# 调用Matlab 组件中的功能来绘制石油 地质软件中常用的等值线图、表面图和三维立体图。-based on matlab draw 3D GEOLOGY DATA
  3. 所属分类:matlab

    • 发布日期:
    • 文件大小:243366
    • 提供者:hfy
  1. VC-and-MATLAB

    0下载:
  2. 详细的描述了vc6.0怎么调用matlab中的函数,进行制图,以及程序之间的相互转换。-A detailed descr iption of the VC6.0 how to call a function in the MATLAB, graphics, and program conversion between.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:178339
    • 提供者:chentao
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com