Fuzzy Logic Toolbox - ruleview command
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
When i use
> ruleview(myfis)
i can see my fuzz logic rules. but with the inputs of [0.5 0.5 5].
Manually i change input vector to my desired values.
How can i change input vector of ruleview, from the command line? Thank you
0 comentarios
Respuestas (1)
nayomi ranamuka
el 28 de Mayo de 2011
You can try this,
a=readfis(myfis); evalfis([5 5], a)
0 comentarios
Ver también
Categorías
Más información sobre Fuzzy Logic Toolbox en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!