搜索资源列表
CcallMATLAB6.5
- 描述了运用MATLAB命令将M文件翻译为C语言程序,并修改为可直接调用的C语言函数的方法,使用该方法所需要注意的方法局限性和MATLAB版本差异的影响。运用该方法将能够使C语言能直接使用MATLAB当中已经完成的数学计算功能,大大扩充了C语言的数学计算功能和开发效率
s-function函数编写
- 在MATLAB中编写s-function函数方法,支持C++语言,M语言等
Matlabjiedianyouhua
- 将潮流计算公式矢量化处理,利用Matlab编写潮流程序,并将Matlab的m文件编译成COM组件,可简单实现 Matlab和其它语言的混合编程。通过简单的函数调用即可完成如稀疏、解方程等一系列数学运算,并可轻易实现相关图形的 绘制。潮流计算中采用AMD算法对修正方程系数矩阵进行节点优化,并采用LDLT算法进行求解,有效地减少了注入元,计 算速度成倍提高。在混合编程的模式下,提高了程序开发速度、程序可靠性、计算效率和保密性。 -Formula for calculating the
C-language-realization-of-MATLAB-
- 本文着重描述了运用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
VC-and-MATLAB
- 本文利用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
matlab-and--2fsk
- 2fsk和matlab程序 对2fsk进行M语言编译码,实现功能-2fsk and matlab yingyong matlab jinxing fangzhen
QPSK-OQPSK
- 基于MATLAB的数字频带通信系统的仿真 使用MATLAB中M语言完成QPSK的仿真 通过仿真得到QPSK和OQPSK信号经过带通后的波形-QPSK simulation based on the the MATLAB digital band communication system simulation using MATLAB M language QPSK and OQPSK signals after band-pass waveforms obtained by simulation
matlab
- 文章运用m atlab语言给出了二维动态规划逆序算法的程序, 并且通过两个数值实例验证了该程序的有效性, 同时也表明了该程序对动态规划问题具有一定的通用性。-By applying m atlab language gives the two-dimensional dynamic programming algorithm reverse the procedure, and by two numerical examples demonstrate the effectiveness of
m-file-guide
- matlab m语言的编程,包括m语言的编程基础,C语言转换和外部接口等-matlab m language programming, including m basics of programming language, C language conversion and external interfaces
Matlab-in-c-programa
- C 语言环境中调用 Matlab 程序指南,两个方法:第一种是调用 Matlab 引擎,第二种是将 m 文件打包成 dll 文件在 C 语言环境下调用-Matlab in c programa
M-to-fortran
- 用于学习matlab与fortran语言之间的转换导入等,对于一些只有fortran程序或者matlab的减少工作量-Used to convert import matlab and fortran language learning among so only for some matlab fortran program or reduce the workload
matlab-wuziqi
- matlab 五子棋算法 基于m语言编写的五子棋游戏 分享一下
matlab-and-CPP-hybrid-programming
- 项目需求,最近折腾了下混合编程。网上的相关教程有的太老,方法过时;有的由于matlab版本及系统的问题不适用。摸索整理此文,一是备忘,二是供大家有类似需求时参考。在VC中调用MATLAB,总结有以下几种方法:1、调用Matlab引擎;2、调用Matlab中M函数转化成的dll文件;3、调用Matlab中M函数转化成的c语言的函数。本文实现第二种方法,将m文件转为dll,供VC调用。-matlab and C++ hybrid programming
ga_main.m
- 利用遗传算法辨识未知参数,其中使用的是matlab语言,利用选择、交叉、变异三个步骤求的满足函数值最大的参数值(Identification of unknown parameters by genetic algorithm)
滑模观测器
- 自适应滑模控制的离散化编程,滑模控制编程,可转换为C语言(adaptive sliding mode control)
M伪随机序列
- 本文首先简单地介绍了M序列的原理,接着在MATLAB中用语言编程实现M序列的产生和分析,仿真结果验证了该方法的正确性和可行性。