CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 界面编程 搜索资源 - matlab be

搜索资源列表

  1. kernel-ica

    1下载:
  2. 核独立主元分析(kernel independent component analysis)软件包,可在MATLAB 5或MATLAB 6环境下运行。-It is a kernel independent component analysis program packet that can be run under MATLAB 5 or MATLAB 6.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:13.69kb
    • 提供者:王晓
  1. osu_svm3.00

    0下载:
  2. 这个大家应该很熟悉了吧,很好支持向量机工具箱,matlab编写,欢迎大家下载!-everyone should be very familiar with it by now, a good support vector machines Toolbox, Matlab prepared to welcome you to download!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:777.77kb
    • 提供者:离岗
  1. ch3ch4ch6辨识程序夹

    0下载:
  2. 系统辨识是控制的前提,获得较为准确地模型才能对系统进行进一步的控制。此为《系统辨识及其MATLAB仿真〉一书中所附的程序-control system identification is the prerequisite for access to more accurate model of the system can be further controlled. As the "System Identification and MATLAB simulation" A
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7.51kb
    • 提供者:叶倩
  1. 华中理工大学学报000415

    0下载:
  2. 讨论了用MATLAB实现经典谱估计的各种方法,比较了它们的性能指标,并优选它们的参数.得出了在科学研究和工程技术应用中有一定参考价值的结论-discussed using MATLAB classical spectrum estimation of various methods to compare their performance indicators, Optimization and their parameters. come in scientific research, eng
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5.45kb
    • 提供者:梁宏波
  1. VoltageStabilityToolbox

    0下载:
  2. 基于Matlab的电压稳定分析软件包,可以进行电压稳定计算-based on Matlab voltage stability analysis software package that can be calculated voltage stability
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:4.22mb
    • 提供者:赵渊
  1. MATLAB

    0下载:
  2. 把训练数据拷入,load的*.m文件中, 文件中部load的*.m为测试数据 save 存盘的文件为测试数据的bp预测值, 该程序可以扩充n个输入,n个输出,很容易-it is copyed into the training data, load the document *. m, Central to the paper load *. m to save Inventory test data for the paper test data bp predictive val
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:659byte
    • 提供者:LULU
  1. 用matlab预测bp源程序

    0下载:
  2. matbal编的bp算法,可以用来预测,有详细算法-matbal series bp algorithm can be used to predict a detailed algorithm
  3. 所属分类:Menu control

    • 发布日期:2017-03-26
    • 文件大小:555byte
    • 提供者:曾蕾
  1. LBG

    0下载:
  2. Linde, Buzo, and Gray (LBG) proposed a VQ design algorithm based on a training sequence. The use of a training sequence bypasses the need for multi-dimensional integration. The LBG algorithm is of iterative type and in each iteration a large set of v
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-28
    • 文件大小:85.51kb
    • 提供者:龙鹏
  1. ssca_method

    0下载:
  2. 一种很好的针对非平稳信号的一种算法,他可以有效是区别各种调治方式,是对以前的时间平滑方法的一种改进形式,希望对大家有用-A good response to non-stationary signals in an algorithm, he can be an effective way to distinguish between the various modulating is a smoothing method before the time of an improved form,
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-01
    • 文件大小:6.94kb
    • 提供者:quxiaokang
  1. 2008080114133315

    0下载:
  2. 用户界面(或接口)是指:人与机器(或程序)之间交互作用的工具和方法。如键盘、鼠标、跟踪球、话筒都可成为与计算机交换信息的接口。-User interface (or interface) means: man and machine (or process) the interaction between the tools and methods. Such as keyboard, mouse, track ball, a microphone can be become the excha
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-24
    • 文件大小:376.81kb
    • 提供者:gfg
  1. guidewithcallback

    0下载:
  2. This option will generate an m-file named "file.m". The m-file is the GUI executable that will use the FIG file. This option does not use text layout mode. The only difference between the m-file produced by GUIDE is that all the callbacks wi
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-30
    • 文件大小:7kb
    • 提供者:mingren
  1. untitled4

    1下载:
  2.  使用 PLOT(T,Y1,Y2,…])命令,绘图命令plot绘制x-y坐标图;  使用HOLD 命令,保持住该图形窗口的内容,再画一条线。并且该线型的颜色、标记符号可以选择。  利用PLOT(X1,Y1,X2,Y2,..XN,YN)语句, X1,Y1,X2,Y2,..XN,YN分别为向量对,每一对X-Y可画出多条图形。  使用PLOTYY命令,可设坐标。  利用二维绘图函数patch函数fill ,
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-01
    • 文件大小:1.53kb
    • 提供者:袁明
  1. 12

    0下载:
  2. 此程序从国外网站收集得到,是标准的深度优先搜索算法,可实现节点遍历和检测回路的功能,详细情况请看原英文注释 我在此程序中添加了随机性,即遇到分叉时,随机选下一个节点,成为随机深度优先搜索算法-This procedure has been collected from the foreign website, the standard depth-first search algorithm, can be achieved and the detection circuit node t
  3. 所属分类:Static control

    • 发布日期:2017-05-21
    • 文件大小:6.26mb
    • 提供者:fly
  1. CooperativeSpectrumSensingTechnique

    0下载:
  2. Cognitive Radios (CRs), which sense the spectrum and implement opportunistic sharing when no licensed user is found to use it, are able to improve the efficiency of spectrum. Spectrum sensing must be firstly solved in CRs. Cooperative sen
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-02
    • 文件大小:104.35kb
    • 提供者:phong
  1. MyCrust100809

    1下载:
  2. BMyCrust take as input a 3D scatter points cloud and return a tight, manifold, triangulation. Remember that crust algorithm needs a cloud representing a volume, so open surface may give inaccurate results. For example : a plane can not be triang
  3. 所属分类:GUI Develop

    • 发布日期:2014-08-06
    • 文件大小:5.76mb
    • 提供者:naz
  1. MatlabGui

    0下载:
  2. 基本使用说明如下: 1、文件夹中均为MATLAB软件M文件程序; 2、程序文件为每一章节中例题的MATLAB程序电子版,程序名与例题名序号相对应; 3、此文件夹中的程序已经经过调试,在MATLAB 7.0或以上版本中均可以正常运行; 4、程序头中功能介绍了此程序的主要实现的功能。-Basic instructions are as follows: 1, Folder M in both MATLAB software documentation procedures 2, t
  3. 所属分类:Dialog_Window

    • 发布日期:2017-06-10
    • 文件大小:16.8mb
    • 提供者:builder
  1. IIR_GUI_Design

    1下载:
  2. 本程序在MATLAB平台上实现了IIR滤波器的GUI设计,通过输入参数,即可在友好的界面上完成IIR滤波器的设计。-The program implemented on MATLAB platform GUI design of IIR filters, through the input parameters, can be completed in a friendly interface for IIR filter design.
  3. 所属分类:ComboBox

    • 发布日期:2017-03-26
    • 文件大小:13.49kb
    • 提供者:Albert
  1. matlab-Code

    0下载:
  2. 此时例是关于用matlab实现牛顿法求解非线性方程组,(包含牛顿法、改进的牛顿法.梯度法、最速下降法代码),里面附带可以直接运行的程序。-At this case is about solving nonlinear equations using matlab Newton, (including Newton, Newton method to improve the code), which comes with the program can be run directly.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-13
    • 文件大小:1.59kb
    • 提供者:梅兰竹菊
  1. GUI-Matlab-Clients-Data

    0下载:
  2. A GUI Program to register data of clients. data are registered in cell arrays and can be edited retrieved,... etc
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-16
    • 文件大小:18.59kb
    • 提供者:Mustafa
  1. 互感计算界面

    1下载:
  2. 计算任意位置的圆形线圈和方形线圈的互感。在MATLAB的GUI界面上可以设定线圈参数和位置,并在图像上显示。给定参数后可以计算出给定位置处线圈的互感,并可以生成互感随线圈位置变化的曲线。(Calculate the mutual inductance of the round coil and square coil which are at any position. On the GUI interface of the MATLAB, you can set the coil parame
  3. 所属分类:界面编程

    • 发布日期:2017-12-21
    • 文件大小:96kb
    • 提供者:Julius
« 12 3 4 »
搜珍网 www.dssz.com