登录
首页 » matlab » gm11

gm11

于 2012-04-26 发布 文件大小:2KB
0 206
下载积分: 1 下载次数: 5

代码说明:

  function exp85 clear all p=[0:0.1:1.1] t=[22.4570 26.6012 12.6416 5.9367 6.9265 28.2432 31.5068 37.0166 7.8947 1.0398 12.7095] net=newff([0 1],[5 1],{ tansig purelin }, traingdx , learngdm ) net.trainParam.epochs=2500 net.trainParam.goal=0.001 net.trainParam.show=50 net=train(net,p,t) r=sim(net,p) plot(p,t,p,r, * ) y=sim(net,[1.2])

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

发表评论

0 个回复

  • Atruetrajectoryprocedures
    产生真实运动轨迹的程序-系统在建模的时候,可以用一个确定的状态方程表述出,不存在有随机量。(To have a real trajectory of the process- system in the modeling, they can identify with a state equation formulation that does not exist there is a random quantity.)
    2008-04-16 11:40:14下载
    积分:1
  • Advanced mathematics(3)
    说明:  1.常微分方程 2.积分变换 3.多元函数微分(1. Ordinary differential equation 2. Integral transformation 3. Multivariate Function Differentiation)
    2019-01-11 16:08:21下载
    积分:1
  • 车牌识别系统MATLAB源代码完整
    说明:  clc; clear all; close all; [filename, pathname, filterindex] = uigetfile({'*.jpg;*.tif;*.png;*.gif','All Image Files';... '*.*','All Files' }, '选择待处理图像', ... 'images\01.jpg'); file = fullfile(pathname, filename);%文件路径和文件名创建合成完整文件名 id = Get_Id(file);%得到file中的所有对象 Img = imread(file);%根据路径和文件名读取图片到Img [Plate, bw, Loc] = Pre_Process(Img); % 车牌区域预处理 result = Plate_Process(Plate, id); % 车牌区域二值化处理 % 寻找连续有文字的块,若长度大于某阈值,则认为该块有两个字符组成,需要分割 bw = Segmation(result); words = Main_Process(bw); % 主流程处理 Write_Mask(words, id); % 写出到模板库 str = Pattern_Recognition(words); % 识别(Mike is a student. He is my good friend. He is busy at the weekend. He is going to read a magazine this Saturday morning. He is going to go to the zoo this Saturday afternoon. He is going to buy a book this Sunday morning. He is going to learn Kungfu this Sunday afternoon. He is going to watch TV this Sunday evening.)
    2017-08-13 02:35:37下载
    积分:1
  • nurbs
    在MATLAB7.0的环境下绘制nurbs插值曲线, (Environment in MATLAB7.0 draw nurbs interpolation curve,)
    2010-12-10 13:48:09下载
    积分:1
  • lit
    program to code some properities in chaos
    2014-04-30 14:24:16下载
    积分:1
  • DNE
    数字图像处理,Matlab 6.5实现图像的腐蚀与膨胀。带有说明、例图与效果图。(Digital image processing, Matlab 6.5 implementation of the corrosion and expansion of the image. With that case diagram and effect diagram.)
    2009-03-23 22:03:47下载
    积分:1
  • 81404566ssl_survey
    基于半监督学习的入侵检测技术研究 聚类程序( Intrusion Detection Algorithm Based on semi-supervised learning)
    2009-10-16 14:43:58下载
    积分:1
  • mat
    利用计算机完成控制系统的根轨迹作图,了解控制系统根轨迹图的一般规律,利用根轨迹进行系统分析。 (Using computer control system for the completion of the root locus mapping to understand the control system of the root locus of the general laws, the use of a systematic analysis of the root locus.)
    2009-12-05 15:09:47下载
    积分:1
  • clouds
    说明:  一段仿真云层图像的matlab代码,可以用来模拟低信噪比中小目标探测的图像。(amatalb file used to simulate the clouds.)
    2010-04-11 16:00:19下载
    积分:1
  • funadamental-of-wireless-communication-fulll
    fundamental of wireless communication pdf
    2015-04-21 23:06:48下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载