登录
首页 » Others » Matlab

Matlab

于 2010-04-11 发布 文件大小:3382KB
0 101
下载积分: 1 下载次数: 0

代码说明:

说明:  这是一本精通Matlab的电子书,这本书深入浅出的讲述Matlab这个工具的使用。(This is a proficient in Matlabs books, this book describes in simple terms the use of this tool Matlab.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • xianxing
    线性系统能控能观性的判断和化成龙伯格标准型(Linear system controllability and observability judgment standard of Jackie Berg)
    2010-05-07 23:10:52下载
    积分:1
  • shenjingwangluo
    T=[1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1] 输入向量的最大值和最小值 threshold=[0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1] net=newff(threshold,[31 3],{ tansig , logsig }, trainlm ) 训练次数为1000,训练目标为0.01,学习速率为0.1 net.trainParam.epochs=1000 net.trainParam.goal=0.01 LP.lr=0.1 net = train(net,P,T) 测试数据,和训练数据不一致 P_test=[0.2101 0.0950 0.1298 0.1359 0.2601 0.1001 0.0753 0.0890 0.0389 0.1451 0.0128 0.1590 0.2452 0.0512 0.1319 0.2593 0.1800 0.0711 0.2801 0.1501 0.1298 0.1001 0.1891 0.2531 0.0875 0.0058 0.1803 0.0992 0.0802 0.1002 (T = [1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1] ' of the maximum and minimum input vector threshold = [0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1] net = newff (threshold, [31 3], {' tansig' , ' logsig' }, ' trainlm' ) training times for the 1000 target of 0.01 training, learning rate of 0.1 net.trainParam.epochs = 1000 net. trainParam.goal = 0.01 LP.lr = 0.1 net = train (net, P, T) test data, and training data inconsistencies P_test = [0.2101 0.0950 0.1298 0.1359 0.2601 0.1001 0.0753 0.0890 0.0389 0.1451 0.0128 0.1590 0.2452 0.0512 0.1319 0.2593 0.1800 0.0711 0.2801 0.1501 0.1298 0.1001 0.1891 0.2531 0.0875 0.0058 0.1803 0.0992 0.0802 0.1002 )
    2011-05-21 16:47:44下载
    积分:1
  • matrax
    matlab频谱分析 很有用(matlab spectrum analysis is useful)
    2008-12-24 11:25:12下载
    积分:1
  • V-type_Antenna
    用MOM计算V型天线的电流分布、输入阻抗及辐射方向图。其中L=0.3λ,L/a=2000,激励用δ-gap模型。(MOM calculated using V-shaped antenna current distribution, input impedance and radiation pattern. Where L = 0.3λ, L/a = 2000, excitation δ-gap model.)
    2013-08-13 16:10:14下载
    积分:1
  • jseasyui
    easyui base and so on , parse and so on.
    2014-10-30 15:23:03下载
    积分:1
  • MATLAB_FFT
    matlab中进行FFT分解的算法,基2时间抽取的FFT算法,很有用。(matlab FFT decomposition algorithms)
    2013-04-04 11:33:57下载
    积分:1
  • GMSK
    GMSK调制,无噪声,给出了高斯滤波器,IQ两路幅度与相位的波形等(GMSK modulation, noise, gives a Gaussian filter, IQ amplitude and phase of the two waveforms)
    2013-11-13 10:20:53下载
    积分:1
  • matlab
    编写M文件,创建如下图形窗口,分别绘制如下图所示的曲线。 (1)曲线y=sin(t)sin(9t),要求采用红色,点线。横坐标取值范围[0~ ],标注x轴、y轴并加标题。 (2)一组余弦曲线,其振幅分别为0.4,0.6和0.8。横坐标取值范围[0~2 ]。添加图例与标题。进入图形编辑状态,调整图例的位置。 (3)分别绘制peaks函数的曲面图和网格线图。对曲面图做平滑处理,并添加标题与colorbar。 (Write M file, create the following graphics window, curves were plotted as shown below. (A) the curve y = sin (t) sin (9t), require the use of a red dotted line. The abscissa in the range [0 ~  ], labeled x-axis, y-axis and a title. (2) a set of a cosine curve, and the amplitude was 0.4, 0.6, 0.8. Abscissa value range [0 ~ 2  ]. Add a legend and title. Into the graphical editing mode, adjust the position of the legend. (3) were drawn surface chart peaks function and grid line graph. Surface charts do for smoothing and add titles and colorbar.)
    2013-12-24 12:19:01下载
    积分:1
  • matlabgui
    matlab GUI 编程的学习资料,是初学者入门的经典学习例程。通过一个实例 一步步演示,让大家了解gui 学会使用gui。(matlab GUI programming learning materials, is the classic beginner learning routines. Step by step through an example of a demonstration, let everyone know learn how to use gui gui.)
    2013-05-22 22:54:47下载
    积分:1
  • 传递熵的matlab工具包TRENTOOL3-3.4.2
    说明:  传递熵的matlab工具包,用于计算时间序列的传递熵(transfer entroy tool in matlab for time series)
    2020-07-18 10:46:04下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载