I have a system of ordinary differential equations (ODE) with some parameters (coefficients). I want to make fuzzy some of these coefficients.
What is the best way to do this in MATLAB?

3 件のコメント

Walter Roberson
Walter Roberson 2022 年 8 月 2 日
Fuzzy systems are typically piecewise defined, and might be differentiable between the breakpoints, but typically have discontinuous first or second derivatives.
As such, most fuzzy systems are not suitable for use with any of the ode*() routines, all of which require continuous first and second derivatives within any one call.
The way to approach it with ode45() or similar would be to use an event function to terminate the integration each time you passed between fuzzy sub-domains.
Torsten
Torsten 2022 年 8 月 2 日
fateme zrbd
fateme zrbd 2022 年 8 月 3 日
🙏🏻🙏🏻

サインインしてコメントする。

 採用された回答

Sam Chak
Sam Chak 2022 年 8 月 2 日

1 投票

Say the ODE is given by
where A and B are the coefficients of the state x and the input u, respectively.
From your description of the problem, if you want to fuzzifyA and B, perhaps you want to look up for the Takagi–Sugeno Fuzzy modeling approach.

2 件のコメント

fateme zrbd
fateme zrbd 2022 年 8 月 3 日
🙏🏻🙏🏻
Sam Chak
Sam Chak 2022 年 8 月 3 日
You are welcome, @fateme zrbd. For a deeper treatment of the topic, considering reading "Fuzzy Control Systems Design and Analysis: A Linear Matrix Inequality Approach" by Kazuo Tanaka, and Hua O. Wang.
If you like my suggestions, please consider accepting ✔ and voting 👍 the Answer as a closure. Thanks!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeFuzzy Logic Toolbox についてさらに検索

質問済み:

2022 年 8 月 2 日

コメント済み:

2022 年 8 月 3 日

Community Treasure Hunt

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

Start Hunting!

Translated by