필터 지우기
필터 지우기

Fuzzy model - Simulink - Parameter Uncertainty

조회 수: 2 (최근 30일)
Elisa
Elisa 2014년 9월 22일
답변: Arkadiy Turevskiy 2014년 10월 16일
Hello everybody, I built a Mamdani Fuzzy model in Matlab, with five variables fuzzified in membership functions with their parameters (limits of the trapezoid function). I have run it in Simulink for lots of combinations of inputs. I would like to obtain the parameter uncertainty varying the parameter of the membership functions (ie with a MonteCarlo simulation) but I am not able to fit it.. In particular, I do not know how to run simulink changing the fuzzy block (or better, the parameters inside).. Is there a solution? Thank you, Phalaen

답변 (1개)

Arkadiy Turevskiy
Arkadiy Turevskiy 2014년 10월 16일
You can write a MATLAB script where you vary parameters of a fuzzy system and rerun Simulink model. Let's say you know how to change parameters of an fis system stored in a variable fis.
Once you do these claculations in your script (some sort of "for" loop, let's say), you rerun the model by using sim command .

카테고리

Help CenterFile Exchange에서 Fuzzy Logic in Simulink에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by