Description Usage Arguments Value Author(s) Examples
Adds a membership function to a variable of a FIS object.
1 | addMF(FIS, varType, varIndex, mf)
|
FIS |
A FIS structure is to be provided. |
varType |
Should be either 'input' or 'output', which relates to the type of variable (stored on the existing FIS structure) that the membership function will be added to. |
varIndex |
Should be an integer value representing the index value of the input or output variable that the membership function will be added to (base 1). |
mf |
The membership function to be stored in the specified location on the given FIS structure. |
A FIS structure with the new membership function added.
Craig Knott, Luke Hovell, Nathan Karimian
1 2 3 4 |
Loading required package: splines
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.