CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - matlab例子

搜索资源列表

  1. ContemporaryCommunicationSystemsUsingMATLABandSimu

    0下载:
  2. 《现代通信系统使用MATLAB(第二版)》书中的例子打包。-communication systerm
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:222360
    • 提供者:xulei
  1. aexampleofgeneticalgorithm

    0下载:
  2. 是一个遗传算法工具箱的应用例子,很全面,可以根据其中的说明操作遗传算法工具箱-it s an example of genetic algorithm toolbox in matlab. it can be practised by anyone.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:489354
    • 提供者:han fang
  1. PID_matlab

    0下载:
  2. 刘金坤著的《先进PID控及其matlab仿真》一书中的例子的源代码。-刘金坤of the " Advanced PID control and its simulation matlab" one example of the book' s source code.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:203966
    • 提供者:徐奎
  1. matlab3

    0下载:
  2. 与《matlab小波分析》这本书籍配套的第三章例子的源代码!-And " matlab wavelet analysis" This book example of matching the third chapter of the source code!
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:12246
    • 提供者:李明
  1. matlab4

    0下载:
  2. 这是《matlab小波分析》第四章例子的源代码!-This is the " matlab wavelet analysis," Chapter IV of the source code examples!
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:9975
    • 提供者:李明
  1. MATLabphasecompute

    0下载:
  2. 基于+MATLAB+的时域信号采样及频谱分析,列举了一半的例子-???
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:320426
    • 提供者:胡in
  1. filter

    0下载:
  2. 2个程序,MATLAB设计的一个滤波器,将含3个频率分量的信号通过该滤波器,滤除2个高频分量,得到只含低频的信号。 单边带信号调制,用MATLAB实现,是学习信号调制的一个好例子。-Two procedures, MATLAB design a filter, will contain three frequency components of the signal through the filter, filter out high frequency components of two
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1290
    • 提供者:胡佳
  1. engDemo

    0下载:
  2. 在VC++中调用Matlab引擎的两个例子-In VC++ calling Matlab engines in the two examples
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:101511
    • 提供者:quan
  1. MatlabC

    0下载:
  2. 经典的matlab与VC++混合编程例子-using Matlab and c++ to program togother。
  3. 所属分类:matlab

    • 发布日期:2017-05-23
    • 文件大小:7664040
    • 提供者:wyb527
  1. gui

    0下载:
  2. 一个简单matlab gui编程的例子 进行边缘检测-a sample example program bt matlab gui, Find edges in a picture
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5842
    • 提供者:耿伟
  1. matlabusefulexamples1

    0下载:
  2. 经典的MATLAB实用例子,可使初学者较快掌握MATLAB的一些基本函数及用法-The classic example of MATLAB utility will enable the beginner to master MATLAB faster some of the basic functions and usage of
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:7884
    • 提供者:jiangxuan
  1. Optimization

    1下载:
  2. matlab优化方面的例子,包括最短路、生成树等常见的例子-matlab optimization examples, including the shortest path, spanning trees and other common examples of
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:32453
    • 提供者:李伊北
  1. classification

    0下载:
  2. 有一个matlab 神经网络学习的例子,解压缩后可以直接运行-There is a matlab neural network learning examples can be run directly after decompression
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3846
    • 提供者:tony
  1. DSP_MATLAB_ChenHuaiChen

    0下载:
  2. 名师陈怀琛MATLAB及在电子信息课程中的应用的所有电子课件,含有书中举出的MATLAB讲解例子和课后习题例子,非常详细,非常精彩,对于学习数字信号处理和学习MATLAB帮助巨大-DSP_MATLAB_ChenHuaiChen
  3. 所属分类:matlab

    • 发布日期:2017-05-13
    • 文件大小:3196970
    • 提供者:fancyou
  1. xingdexiaoboshili

    0下载:
  2. 这些例子只要直接调入matlab就可以应用,简洁方便。适合初学者-meaningful
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1896
    • 提供者:Jenny
  1. MATLABdataanalysisandstatics

    0下载:
  2. matlab数据的分析和统计课件,里面给出了几个例子。-matlab data analysis and statistics courseware, which gives a few examples.
  3. 所属分类:matlab

    • 发布日期:2017-05-02
    • 文件大小:672726
    • 提供者:wushengwu
  1. c_matlab

    0下载:
  2. 一个进行C++和matlab混合编程的程序,可以实现c++调用matlab,虽是一个简单的例子但是却会让你学会VC、matlab混合编程的强大-One for C++ and matlab mixed programming procedures can be achieved c++ calling matlab, although a simple example but it makes you learn to VC, matlab powerful Hybrid Programming
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:280840
    • 提供者:wangsinan
  1. LMS1

    0下载:
  2. LMS算法的Matlab的具体实现,一个很简单的LMS算法的例子-implementation of LMS with Matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1221
    • 提供者:王勃
  1. MATLAB6Optimization

    0下载:
  2. 这是一本关于MATlab辅助有护士设计书籍,对于工程优化、参数选择非常有用,里面还包含源代码例子-This is a book about the design of books MATlab auxiliary nurses, for engineering optimization, parameter selection is very useful, which also contains the source code for examples
  3. 所属分类:matlab

    • 发布日期:2017-05-23
    • 文件大小:6668843
    • 提供者:李晓非
  1. caoliujisuan

    0下载:
  2. 自己编写的牛顿法 电力系统潮流计算的MATLAB的例子 很好很实用的-I have written a Newton power flow calculation of MATLAB is very useful examples of good
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:17651
    • 提供者:李梦婷
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com