📄 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);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -