资源简介

这是本人编写的matlab的GUI程序,可以实现交互式的界面。里面的程序是bp神经网络的应用,另一个回归分析的程序还没有写。可以实现的功能是利用神经网络,然后上传数据,根据数据训练网络,然后可以输入部分数据

资源截图

代码片段和文件信息

function varargout = pro(varargin)
% PRO MATLAB code for pro.fig
%      PRO by itself creates a new PRO or raises the existing
%      singleton*.
%
%      H = PRO returns the handle to a new PRO or the handle to
%      the existing singleton*.
%
%      PRO(‘CALLBACK‘hobjecteventDatahandles...) calls the local
%      function named CALLBACK in PRO.M with the given input arguments.
%
%      PRO(‘Property‘‘Value‘...) creates a new PRO or raises the
%      existing singleton*.  Starting from the left property value pairs are
%      applied to the GUI before pro_OpeningFcn gets called.  An
%      unrecognized property name or invalid value makes property application
%      stop.  All inputs are passed to pro_OpeningFcn via varargin.
%
%      *See GUI Options on GUIDE‘s Tools menu.  Cho

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       2461  2011-07-30 21:14  pro.fig

     文件       5824  2011-07-30 21:23  pro.m

----------- ---------  ---------- -----  ----

                 8285                    2


评论

共有 条评论