相关知识
This files are a MATLAB's Fuzzy Logic Toolbox add-on. There are 6 new functions:
TXT2FIS -> Reads an ASCII text file with the definition of the fuzzy model and makes the corresponding MATLAB?s FIS variable.
FIS2TXT -> Converts a FIS variable of the MATLAB?s Fuzzy Logic Toolbox in an ASCII text file.
FUZCOMB -> Combines several fuzzy models in a single model with several outputs, as long as the models have the same number of inputs (most of the used programs for fuzzy systems modelling just allow identifying systems with an input only; therefore, it is necessary to obtain a model for each output). The resulting model can be saved in an ASCII file or in the MATLAB?s workspace.
FUZEVAL -> Given an x point of the state space, this function calculates the closed loop fuzzy system output in this point. This function is similar to "evalfis" function included in the MATLAB?s fuzzy logic toolbox, except that "evalfis" calculates a fuzzy model and "FuzEval" calculates a closed loop fuzzy system formed by the plant fuzzy model and the controller fuzzy model. This function could be used in 'ode' function directly (see view_example.m).
FUZJAC -> Calculates the Jacobian matrix of the closed loop fuzzy system at a given point.
FUZPRINT -> Converts a fuzzy model in a text file with its linguistic representation. Optionally, it is possible to indicate the nouns of the input and output of the fuzzy model.
xuuyip 2009年06月30日[编辑]