How i generate two dimensional membership function and plot it?
Ältere Kommentare anzeigen
i have tried 1D membership function and plot it. like trapezoidal, gaussian, bell etc. these are one dimensional. for example
x=0:.1:100; y=trapmf(x,[10 30 56 78]); plot(x,y);
to generate and plot 1D trapezoidal membership function
now how can i plot two dimensional mf.
plz help.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Fuzzy Logic Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!