CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - MATLAB的m文件

搜索资源列表

  1. matlab_files

    0下载:
  2. 这是几种滤波器的MATLAB的M文件源码,可以实现特定的滤波器设计-This is the filter paper MATLAB M source, can achieve a specific filter design
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:38672
    • 提供者:fengna
  1. matlab_vc_example

    0下载:
  2. 现在要实现VC与MATLAB混编的方法有好几种,而其中最方便高效的为使用MATCOM,MATCOM因其可视化界面,方便丰富的调试功能以及对数学库的强大支持,尤其是可以直接在VC中实现可视化编程,并能将.m文件编译成相应C++程序,受到愈来愈多工程技术人员的重视。通过VisualMatcom实现混合编程,既保持了MATLAB的优良算法,又保证了c++的高执行效率。本文所使用的是VC6与MATCOM4.5
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:6549
    • 提供者:高一
  1. vbandmatlab

    1下载:
  2. 使用MATLAB中的COM生成器(comtool),将M文件生成DLL,于VB中引用.从MATLAB6.5开始,MATLAB提供了COM生成器,使用该生成器,可以将MATLAB函数和自定义的函数打包成组件,然后集成到支持该技术的应用程序中去.使用该技术,可以很大程度上脱离MATLAB环境.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:72213
    • 提供者:吴庆庆
  1. CcallMATLAB6.5

    0下载:
  2. 描述了运用MATLAB命令将M文件翻译为C语言程序,并修改为可直接调用的C语言函数的方法,使用该方法所需要注意的方法局限性和MATLAB版本差异的影响。运用该方法将能够使C语言能直接使用MATLAB当中已经完成的数学计算功能,大大扩充了C语言的数学计算功能和开发效率
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:9018
    • 提供者:陈峰
  1. 16QAM

    1下载:
  2. 基于MATLAB的16QAM仿真设计,里面包括若干个M文件,使用者只要在MATLAB环境下运行,就能看到仿真结果。-MATLAB simulation of 16QAM based on the design, which includes a number of M documents, users simply run under MATLAB environment, you can see the simulation results.
  3. 所属分类:software engineering

    • 发布日期:2017-03-23
    • 文件大小:4331
    • 提供者:XT
  1. Matlabjiedianyouhua

    0下载:
  2. 将潮流计算公式矢量化处理,利用Matlab编写潮流程序,并将Matlab的m文件编译成COM组件,可简单实现 Matlab和其它语言的混合编程。通过简单的函数调用即可完成如稀疏、解方程等一系列数学运算,并可轻易实现相关图形的 绘制。潮流计算中采用AMD算法对修正方程系数矩阵进行节点优化,并采用LDLT算法进行求解,有效地减少了注入元,计 算速度成倍提高。在混合编程的模式下,提高了程序开发速度、程序可靠性、计算效率和保密性。 -Formula for calculating the
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:222423
    • 提供者:wuzhicheng
  1. movecharbymouse

    0下载:
  2. matlab中移动字符对象,有源程序 并附有说明 直接复制到matlab的m文件中即可运行-matlab moving characters in the object, there is a direct copy the source code with a note to the matlab m-file to run
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:1384
    • 提供者:hefei
  1. C-language-realization-of-MATLAB-

    0下载:
  2. 本文着重描述了运用MATLAB命令将M文件翻译为C语言程序,并修改为可直接调用的C语言函数的方法,-This paper describes the use of MATLAB command M-file translation for the C language program, and modify the method can directly call C language functions
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:8912
    • 提供者:张幸
  1. Solution-of-nonlinear-equations

    0下载:
  2. matlab对非线性方程组的求解案例分析,包括多种数值解法的m文件-the matlab case analysis of non-linear equations, including a variety of numerical solution of the m file
  3. 所属分类:software engineering

    • 发布日期:2017-11-14
    • 文件大小:12109
    • 提供者:郭晓晴
  1. MATLAB-CSharp

    0下载:
  2. 用于C#调用matlab的计算功能,通过matlab的m文件生成DLL进行调用-For C# calculation function call matlab matlab m file generated DLL call
  3. 所属分类:software engineering

    • 发布日期:2017-11-01
    • 文件大小:1531576
    • 提供者:付国忠
  1. VC-and-MATLAB

    0下载:
  2. 本文利用MATLAB提供的C/C++ 编译器实现了MATLAB 与VC++语言的接口将m文件编译 成脱离MATLAB 运行的可执行应用程序-In this paper, MATLAB provides the C/C++ compiler implementation the MATLAB and VC++ of language interface m file is compiled into an executable application running from the MATL
  3. 所属分类:software engineering

    • 发布日期:2017-11-06
    • 文件大小:90130
    • 提供者:litaiwen
  1. Matlab-cPP

    0下载:
  2. ,从Matlab调用C/C++代码及C/C++调用m文件两方面,深入地研究了它们之间混合编程的原理和实现机制,并且给出了具体条件下的混合编程方法和步骤。实例表明,提出的Matlab与C/C++混合编程方法是简洁、有效的。 更多还原 -Two aspects, called from Matlab the C/C++ code, C/C++ call m files, in-depth study of the principles and implementation mechanisms
  3. 所属分类:software engineering

    • 发布日期:2017-12-07
    • 文件大小:145898
    • 提供者:学文
  1. MATLAB.m-to-dll

    0下载:
  2. 在没有安装MATLAB的计算机上,以上程序是无法正常运行的。好在MATLAB 将其所有的运行库,打包成了一个自解压文件。C:\MATLAB6p5\extern\lib\win32\mglinstaller.exe 在没有安装MATLAB的计算机上,运行mglinstaller.exe,它解压出两个目录 bin 和toolbox。你只要把 bin\win32 加入到计算机系统变量PATH中即可。 -On a computer that is not installed MATLAB, t
  3. 所属分类:software engineering

    • 发布日期:2017-11-05
    • 文件大小:130830
    • 提供者:dvdv123
  1. MATLAB_m_file

    0下载:
  2. matlab在电工学中的一些实践中的m文件-Some practice of MATLAB in electrical engineering in the m file
  3. 所属分类:Software Testing

    • 发布日期:2017-12-01
    • 文件大小:8059
    • 提供者:wantao753951
  1. S-M-Function

    0下载:
  2. 介绍matlab中S-Function和M文件的介绍和应用方法,便于simulink仿真时使用-Introduced in matlab M-file S-Function and the introduction and application of methods to facilitate the use of simulation simulink
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:1162195
    • 提供者:lilin
  1. Getting-Started-with-MATLAB

    0下载:
  2. 本书以MATLAB 7为版本,由浅入深地介绍MATLAB的工作环境、基本语法、数值运算、符号运算、二维和三维图像创建与编辑、高级图形图像处理、句柄图形、图形用户操作接口(GUI)、程序设计与调试、M文件的使用、MATLAB编译器、Simulink交互式仿真集成环境的应用,以及MATLAB的外围功能和应用程序接口等内容;并通过MATLAB在高等数学、信号处理及数字通信、数字图像处理方面的应用,介绍MATLAB在实际中的应用。-Book MATLAB 7 to version, it gradual
  3. 所属分类:software engineering

    • 发布日期:2017-05-13
    • 文件大小:3261149
    • 提供者:liangchaojia
  1. LabVIEW-figure

    0下载:
  2. labview调用matlab的m文件。-LabVIEW calls the matlab m file.
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:338134
    • 提供者:小鱼
  1. matlab

    0下载:
  2. MATLAB m 文件数据统计和分析 用线性回归法估计一个因变量与多个自变量之间的线性关系 用多项式回归法估计一个因变量与一个自变量之间的多项式关系 用二次完全式回归法估计一个因变量与两个自变量之间的关系 用最短距离算法的系统聚类对样本进行聚类 用Fisher两类判别法对样本进行分类 对样本进行主成分分析 -MultiLineReg PolyReg CompPoly2Reg CollectAnaly DistgshAnalysis MainAnalysis
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:5775
    • 提供者:fuxueqian
  1. Desktop

    0下载:
  2. matlab程序时域分析转化为频域分析的m文件-Matlab time domain into frequency domain analysis of m files
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:27590
    • 提供者:王其雷
  1. Chapter2_3_Pacejka89_Tyremodel

    0下载:
  2. 用于matlab环境下的车辆模型建立。尤其在车辆轮胎方面的仿真。为。m文件(Used in matlab environment vehicle model establishment. Especially in the vehicle tire simulation. for. m file)
  3. 所属分类:软件工程

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:goodl94
« 12 »
搜珍网 www.dssz.com