fisdemo.old

来自「a collection of M-files to study concept」· OLD 代码 · 共 37 行

OLD
37
字号
% 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 + =
减小字号Ctrl + -
显示快捷键?