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

搜索资源列表

  1. MATLAB-FFT

    0下载:
  2. 此代码实现了如何调用matlab中的快速傅里叶函数来实现傅里叶变换,并且附有程序运行结果-This code of how to call matlab function to achieve fast Fourier Fourier transform, and with the results of the program to run
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:102543
    • 提供者:ni qingliang
  1. Labview-call-for-Matlab

    0下载:
  2. Labview调用Matlab(用MATLAB scr ipt技术).vi-Labview call for Matlab
  3. 所属分类:LabView

    • 发布日期:2017-04-15
    • 文件大小:6794
    • 提供者:william
  1. VB--Matlab

    0下载:
  2. VB调用Matlab制作的COM组件实现二者混合编程,本文章主要介绍在MATLAB中编写com组件,为了检验结果的正确性,在工程地质中要用到这项技能。(郑重声明:本资料是借用张赛民老师的成果,张赛民老师为第一作者,未经允许,不得用于商业用途)-VB COM component calls made to achieve both Matlab programming mix, this article focuses on com components written in MATLAB, in
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:165625
    • 提供者:王长江
  1. 2010vcPPCALL-matlab(R2013a)

    0下载:
  2. vs2010调用matlab(R2013a)两种方法—engin引擎与动态连接库,包含详细VS2010配置方法,图文描述-two ways of vs2010 CALL matlab(R2013a)
  3. 所属分类:Project Manage

    • 发布日期:2017-05-07
    • 文件大小:1460045
    • 提供者:许默默
  1. matlab-and-CPP-hybrid-programming

    0下载:
  2. 项目需求,最近折腾了下混合编程。网上的相关教程有的太老,方法过时;有的由于matlab版本及系统的问题不适用。摸索整理此文,一是备忘,二是供大家有类似需求时参考。在VC中调用MATLAB,总结有以下几种方法:1、调用Matlab引擎;2、调用Matlab中M函数转化成的dll文件;3、调用Matlab中M函数转化成的c语言的函数。本文实现第二种方法,将m文件转为dll,供VC调用。-matlab and C++ hybrid programming
  3. 所属分类:Communication

    • 发布日期:2017-05-03
    • 文件大小:710333
    • 提供者:智伟
  1. matlab

    0下载:
  2. vc下调用matlab功能的例子,请大家参考-vc call matlab function,please refer it
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-29
    • 文件大小:23494
    • 提供者:冷漠无情
  1. LV-matlab

    0下载:
  2. labview程序调用matlab开发环境,采用matlab运行引擎开发-labview program calls matlab development environment, the use of matlab runtime engine development
  3. 所属分类:LabView

    • 发布日期:2017-05-05
    • 文件大小:5613
    • 提供者:潘裕斌
  1. Labview-invoke-Matlab(MATLAB-script)

    0下载:
  2. labview调用MATLAB实例,初学者实用(应该)-labview invoke MATLAB
  3. 所属分类:LabView

    • 发布日期:2017-05-05
    • 文件大小:6922
    • 提供者:wangrui
  1. CSharp-use-MATLAB

    0下载:
  2. 在项目过程中需要在ASP.NET页面显示三维效果的曲面图,因C#中没有相关的控件(暂时没找到),需要调用其他软件实现此功能,实现的方法有多种,这里只介绍在C#中调用matlab函数,实现绘制三维图的功能。当然,matlab还有强大的数据处理能力,如果在C#中涉及到处理大量数据,也可以通过该方法调用matlab函数。-In the process of the project in a surface chart ASP.NET page shows a three-dimensional ef
  3. 所属分类:CSharp

    • 发布日期:2017-05-06
    • 文件大小:678984
    • 提供者:刘笑
  1. MATLAB

    0下载:
  2. 自适应滤波算法之调用MATLAB 自适应滤波存在于信号处理、控制、图像处理等许多不同领域,它是一种智能更有针对性的滤波方法,通常用于去噪。-Adaptive filtering algorithm called MATLAB
  3. 所属分类:LabView

    • 发布日期:2017-12-12
    • 文件大小:18158
    • 提供者:fh
  1. Matlab

    0下载:
  2. Matlab与C/C++混合编程方法,Matlab调用C/C++代码及C/C++调用-Matlab and C/C++ mixed programming method, Matlab call C/C++ code and a C/C++ call
  3. 所属分类:software engineering

    • 发布日期:2017-12-14
    • 文件大小:108940
    • 提供者:小名
  1. Optical-Character-Recognition-master

    0下载:
  2. 识别图片中的文字,转化为txt。 代码是用matlab编写,调用matlab自带的神经网络算法实现(Identify the text in the picture and convert it to TXT)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-20
    • 文件大小:230400
    • 提供者:alpha1996
  1. CB2009CallMatcom

    0下载:
  2. 在C++ Builder2009下调用Matlab库(v4501b)包含对matlab库的初始化,通过调用matlab接口,进行曲线模拟(In C++ Builder2009, the Matlab Library (v4501b) is called, including the initialization of the MATLAB library, and the curve simulation is done by calling the Matlab interface)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-18
    • 文件大小:5788672
    • 提供者:HereamI
  1. Using Matlab code in C++

    0下载:
  2. 在C++中调用由MATLAB代码编译成的动态链接库(dll)的程序,我的环境是VS2010旗舰版+64位MATLAB R2014A,如要使用请参考说明文档。(Using MATLAB R2014A's dll in VS2010 Ultimate,if you real want to use this program ,please refer to documentation.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-26
    • 文件大小:7260160
    • 提供者:小军
  1. matlab卡农

    0下载:
  2. 调用声卡,数学方法实现音乐播放,通过matlab数学编程功能实现(play music by a mathematical way)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:shengyp
  1. matlab调用ANSYS实现桁架优化

    2下载:
  2. MATLAB调用ANSYS实现桁架优化,是一种创新的算法!(MATLAB calls ANSYS to achieve truss optimization, is an innovative algorithm!)
  3. 所属分类:数学计算

    • 发布日期:2017-12-20
    • 文件大小:68608
    • 提供者:zgf000000
  1. 详尽介绍ANSYS与MATLAB结合的说明与例子

    5下载:
  2. 关于MATLAB调用ANSYS计算的说明,并配以程序说明,非常难得的资料!(On the MATLAB call ANSYS calculation instructions, and with the program descr iption, very rare information!)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-18
    • 文件大小:1477632
    • 提供者:zgf000000
  1. matlab floyd

    0下载:
  2. 弗洛伊德算法的matlab实现,里面的调用文件需自己根据需要改动。(Matlab implementation of Freud algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:程序猿xxx
  1. BER

    6下载:
  2. 这是一个matlab和optisystem联合调试用的误码率计算程序,里面的文件报过一个可以用optisystem7和optisystem13可以打开的OSD仿真图,还有一个MATLAB计算BER的程序。给出了如何设置系统的大纲。从OptiSystem的电信号输入到Matlab组件。当OptiSystem运行时,它将调用Matlab组件中的M文件,处理数据,然后将所得的电信号导出回OptiSystem。然后将输出信号连接到BER分析仪。经过我调试,文件齐全,放心下载(The attached i
  3. 所属分类:通讯编程

  1. MATLAB call OptiSystem

    2下载:
  2. 通过matlab的M文件调用optisystem打开OSD文件,并进行仿真,把数据返回到matlab画图。很实用,简单。OSD一定要用optisystem13版以上的才能打开。(Through the MATLAB M file, call optisystem, open the OSD file, and simulation, the data returned to the MATLAB drawing. Very practical, simple. OSD must use more
  3. 所属分类:通讯编程

« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com