搜索资源列表
编写自己的M文件
- 在BorlandC++ builder直接调用Matlab的方法 ,程序在matlab 7.1 sp3中成功通过. -in Borland C builder called directly Matlab methods, and procedures in Matlab 7.1 sp3 successfully adopted.
实现c#调用matlab函数
- 对于精通C#的同志来说,仿真的时候程序非常复杂,如果能直接调用MATLAB中已有的函数就好了,本文就实现c#调用matlab函数 -proficient in C# for the comrades, simulation of very complex procedures, if they can be called directly MATLAB has a function that will be the realization of this paper c # function c
svmbyrf
- 一个介绍SVM的matlab和C工具箱的文章,我看到比较好,贡献给大家!-a briefing SVM C and Matlab toolbox article, I see relatively good contribution to all!
MCA
- 通过三个具体实例介绍乐MATLAB语言在化学中的应用,说明在数值计算方面其有着比目前流行的高级语言FORTRAN,PASCAL,C无法比拟的强大功能-through three specific examples music MATLAB in chemistry applications, Note the numerical calculation of their share than the currently popular high-level language FORTRAN, a
ldfw
- 通用雷达仿真系统是一个多功能的综合性仿 真系统,采用先进的交互式雷达仿真技术,实现雷 达系统的全数字仿真和半实物仿真。它可以广泛 应用于测控技术人员培训、设备性能测试分析和 实验技术研究等方面,为雷达综合实验能力的提 高提供了一个有效的技术手段和设备。 些算法都是工程实践检验过的,完全符合IEEE 标准。用户(仿真系统)可以将MATLAB作为一 个功能强大的和可编程的数学函数库,调用 MATLAB中大量的数学计算函数,完成复杂的 计算任务。例如对一个矩阵
自适应均衡
- 里面有MATLAB语言,c语言,还有simulink的mdl模型
matlab
- matalab 实验案例 c++ 积分-matlab you can use it for your maths
GaussianNoise
- 网站上的高斯白噪声,都是matlab或者c语言实现,因此,想到使用java语言来编写产生随机高斯白噪声,并把相关数据保存在txt中,给需要的朋友提供简单参考-Gaussian white noise on the website, or c language matlab are, therefore, think of using java language to write random Gaussian white noise, and the related data stored in
T2FLToolbox
- i attached the toolbox here , you need to follow instructors : Please copy the files to the directories below: fuzblock file into C:\MATLAB6p5\toolbox\fuzzy\fuzzy fuzzy2 directory into C:\MATLAB6p5\toolbox and finaly you must set new pa
libsvm-3.1
- 台湾林智仁教授开发的svm开发包 内含java matlab c++等多种语言的开发模块-SVM no-linear
CSharppanel
- 由于WINCE下需要一个画曲线的功能,所以重载了一个C#的panel实现了传入一组或多组数组画曲线类似于matlab的plot函数-As required under a painting WINCE curve, so a C# overloaded the panel to achieve a pass in an array of drawing curves more groupsThe plot is similar to matlab function
GPS-signal--of-matlab-
- 包括卫星星座编程,c\a码生成,多普勒频移实现,gps信号生成,干扰噪声生成(宽带噪声,窄带噪声,单频噪声)-Programming comprises satellite constellations, c \ a code generator, to achieve the Doppler shift, gps signal generator, generating interference noise (wideband noise, narrowband noise, single f
八皇后问题
- 用启发式搜索解决八皇后求解问题,c语言源代码,运用MATLAB实现