Filter löschen
Filter löschen

stateflow / fuzzy logic / help

1 Ansicht (letzte 30 Tage)
C.ast
C.ast am 13 Feb. 2021
Beantwortet: Kyle Rawding am 17 Mär. 2021
hello i have a question on simulink stateflow and fuzzy logic.
i would like to know if it is possible to use fuzzy logic on stateflow?
thank you

Antworten (1)

Kyle Rawding
Kyle Rawding am 17 Mär. 2021
Hi -
One potential way to integrate fuzzy logic and Simulink / Stateflow would be to use the Fuzzy Logic Controller block as an input to a Stateflow block.
Two alternate methods you can also use:
  • Simulink function to use Fuzzy Logic Controller block as a subsystem. A Simulink function is a graphical object that enables you to call a Simulink subsystem in the actions of states and transitions.
  • MATLAB function to use specific Fuzzy Logic Toolbox functions (e.g. evalfis) that supports code generation to evaluate a fuzzy inference system (FIS).
Cheers,
Kyle

Kategorien

Mehr zu Fuzzy Logic Toolbox finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by