フィルターのクリア

How i generate two dimensional membership function and plot it?

1 回表示 (過去 30 日間)
pinak parida
pinak parida 2013 年 3 月 4 日
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.

採用された回答

Youssef  Khmou
Youssef Khmou 2013 年 3 月 4 日
hi,
there are many ways , you can find them in Tutorials...but for fast way :
x=0:0.1:10;
y=trapmf(x,[1 5 7 8]);
z=y'*y;
surf(z)

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeScatter Plots についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by