?? fisdemo.old
字號:
% Demo file for Fuzzy Inference Systems toolbox for MATLAB.
% ****** FISMAT *******
% This demonstration program present most of m_files created for
% fuzzy inference systems toolbox for MATLAB.
% FISMAT: Fuzzy Inference Systems toolbox for MATLAB
% (c) A. Lotfi, University of Queensland (Email: lotfia@s1.elec.uq.oz.au)
% 13-10-93
% The program has been tested on MATLAB version 4.1, Sun workstation.
function fisdemo
labels = str2mat(...
'Introduction',....
'Membership Function',...
'Fuzzy Implication Relation',...
'Approximate Reasoning',....
'Fuzzy Controller',...
'Dancing Membership Function',...
'About FISMAT');
%callbacks
callback = [ ...
'intrdemo '
'mf_panel '
'impldemo '
'reasdemo '
'ctrdemo '
'da_panel '
'intonfis '];
header= 'Fuzzy Inference Systems' ;
choices('FISDEMO',header,labels,callback);
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -