linzmf
Syntax
Description
This function computes fuzzy membership values using a linear z-shaped membership
      function. You can also compute this membership function using a fismf
      object. For more information, see fismf Object.
This membership function is related to the trimf,
        trapmf, and linsmf membership
      functions.
Examples
Input Arguments
Output Arguments
Alternative Functionality
fismf Object
You can create and evaluate a fismf object that
        implements the linsmf membership function.
mf = fismf("linzmf",P);
Y = evalmf(mf,X);Here, X, P, and Y correspond to
        the x, params, and y
        arguments of linzmf, respectively.
Extended Capabilities
Version History
Introduced in R2022a
![Figure contains an axes object. The axes object with xlabel linzmf, P = [4 6], ylabel Membership contains an object of type line.](../examples/fuzzy/win64/LinearZShapedMembershipFunctionExample_01.png)