fuzzy logic in matlab
1 view (last 30 days)
Show older comments
joni nababan
on 2 Mar 2020
Commented: joni nababan
on 4 Mar 2020
how to do fuzzy logic on matlab, but i use training data from excel
0 Comments
Accepted Answer
Walter Roberson
on 2 Mar 2020
As to how to use training data from excel: first import the data into MATLAB. Once you have the data in memory, the Fuzzy Logic Toolbox does not care where the data came from.
To read the data into MATLAB, see readtable() or xlsread(). If you have R2019b or later, you might be able to use readmatrix()
More Answers (0)
See Also
Categories
Find more on Fuzzy Logic Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!