-
大小: 63KB文件類型: .zip金幣: 2下載: 0 次發布日期: 2021-05-13
- 語言: Matlab
- 標簽: matlab,rnn??
資源簡介
matlab中rnn的用法

代碼片段和文件信息
%???File?Name??????:?about_nn.m
%???Purpose????????:?Drawing?the?About?Figure.?
%???Author?????????:?Hossam?E.?Mostafa?Abdelbaki?School?of?Computer?Science?
%????????????????????University?of?Centeral?Florida?(UCF).?
%???Release????????:?ver.?1.0.
%???Date???????????:?October?1998.
%
%???????RNNSIM?is?a?software?program?available?to?the?user?without?any?
%???license?or?royalty?fees.?Permission?is?hereby?granted?to?use?copy?
%???modify?and?distribute?this?software?for?any?purpose.?The?Author?
%???and?UCF?give?no?warranty?express?implied?or?statuary?for?the?
%???software?including?without?limitation?waranty?of?merchantibility?
%???and?warranty?of?fitness?for?a?particular?purpose.?The?software?
%???provided?hereunder?is?on?an?“as?is“??basis?and?the?Author?and?the?
%???UCF?has?no?obligation?to?provide?maintenance?support?updates?
%???enhancements?or?modifications.?
%
%???????RNNSIM??is?available?for?any?platform?(UNIX?PCWIN?MACHITOCH).?
%???It?runs?under?MATLAB?ver.?5.0?or?highrer.?
%
%???????User?feedback?bugs?or?software?and?manual?suggestions?can?
%???be?sent?via?electronic?mail?to?:???ahossam@cs.ucf.edu
function?fig?=?about_nn()
%?This?is?the?machine-generated?representation?of?a?Handle?Graphics?object
%?and?its?children.??Note?that?handle?values?may?change?when?these?objects
%?are?re-created.?This?may?cause?problems?with?any?callbacks?written?to
%?depend?on?the?value?of?the?handle?at?the?time?the?object?was?saved.
%
%?To?reopen?this?object?just?type?the?name?of?the?M-file?at?the?MATLAB
%?prompt.?The?M-file?and?its?associated?MAT-file?must?be?on?your?path.
load?about_nn
h0?=?figure(‘Units‘‘normalized‘?...
‘Color‘[0.8?0.8?0.8]?...
‘Colormap‘mat0?...
‘MenuBar‘‘none‘?...
‘Name‘‘About‘?...
‘Numbertitle‘‘off‘?...
‘PointerShapeCData‘mat1?...
‘Position‘[0.30625?0.345?0.3075?0.3533333333333333]?...
‘Resize‘‘off‘?...
‘Tag‘‘RnnAboutFig‘?...
‘Windowstyle‘‘modal‘);
h1?=?uicontrol(‘Parent‘h0?...
‘Units‘‘normalized‘?...
‘BackgroundColor‘[0.752941?0.752941?0.752941]?...
‘ListboxTop‘0?...
‘Position‘[0?0.004716981132075472?0.9959349593495935?0.9952830188679245]?...
‘style‘‘frame‘?...
‘Tag‘‘frame1‘);
h1?=?uicontrol(‘Parent‘h0?...
‘Units‘‘normalized‘?...
‘Callback‘‘close(gcbf)‘?...
‘ListboxTop‘0?...
‘Position‘[0.3414634146341464?0.05660377358490566?0.2357723577235773?0.08490566037735849]?...
‘String‘‘OK‘?...
‘Tag‘‘Pushbutton1‘);
h1?=?uicontrol(‘Parent‘h0?...
‘Units‘‘normalized‘?...
‘BackgroundColor‘[0.752941?0.752941?0.752941]?...
‘FontSize‘10?...
‘FontWeight‘‘demi‘?...
‘ListboxTop‘0?...
‘Position‘[0.02032520325203252?0.1839622641509434?0.9593495934959351?0.2358490566037736]?...
‘String‘[‘University?of?Centeral?Florida?‘;‘??School?of?Computer?Science???‘;‘???????????1998????????????????‘]?...
‘style‘‘text‘?...
‘Tag‘‘StaticText4‘);
h1?=?uicontrol(‘Parent‘h0?...
‘Units‘‘norm
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??1998-10-27?16:13??rnnsim\
?????文件????????3999??1998-10-27?15:57??rnnsim\about_nn.m
?????文件????????3912??1998-10-27?15:57??rnnsim\about_nn.mat
?????文件????????1612??1998-10-27?15:57??rnnsim\calc_inv.m
?????文件????????1478??1998-10-27?15:57??rnnsim\calc_mse.m
?????文件????????2342??1998-10-27?15:57??rnnsim\calc_output.m
?????文件????????1882??1998-10-27?15:57??rnnsim\calc_rate.m
?????文件????????2819??1998-10-27?15:57??rnnsim\demo_nn.m
?????文件????????3824??1998-10-27?15:57??rnnsim\demo_nn.mat
?????文件????????2183??1998-10-27?15:57??rnnsim\draw_nn.m
?????文件????????3912??1998-10-27?15:57??rnnsim\draw_nn.mat
?????文件????????2089??1998-10-27?15:57??rnnsim\drawrnn3.m
?????文件????????1760??1998-10-27?15:57??rnnsim\enter_nn.m
?????文件???????69474??1998-10-27?15:57??rnnsim\excute.m
?????文件????????3480??1998-10-27?15:57??rnnsim\help_nn.m
?????文件????????3824??1998-10-27?15:57??rnnsim\help_nn.mat
?????文件????????1566??1998-10-27?15:57??rnnsim\help_nn_excute.m
?????文件???????42645??1998-10-27?15:57??rnnsim\helpinfo.m
?????文件????????3628??1998-10-27?15:57??rnnsim\plot_error.m
?????文件????????4048??1998-10-27?15:57??rnnsim\plot_error.mat
?????文件????????2280??1998-10-27?15:57??rnnsim\prep_trn.m
?????文件????????2103??1998-10-27?15:57??rnnsim\prep_tst.m
?????文件????????1796??1998-10-27?15:57??rnnsim\prep_wts.m
?????文件????????1437??1998-10-27?15:57??rnnsim\prob1_net.m
?????文件?????????787??1998-10-27?15:57??rnnsim\prob1_trn.m
?????文件????????1025??1998-10-27?15:57??rnnsim\prob1_tst.m
?????文件????????3076??1998-10-27?15:57??rnnsim\quit_nn.m
?????文件????????3912??1998-10-27?15:57??rnnsim\quit_nn.mat
?????文件????????2143??1998-10-27?16:02??rnnsim\readme.txt
?????文件????????5319??1998-10-27?15:57??rnnsim\rnn3.m
?????文件????????4488??1998-10-27?15:57??rnnsim\rnn3.mat
............此處省略9個文件信息
- 上一篇:基于暗通道先驗的圖像去霧MATLAB算法代碼
- 下一篇:水果品相檢測
評論
共有 條評論