fuzzy logic in matlab

조회 수: 2 (최근 30일)
joni nababan
joni nababan 2020년 3월 2일
댓글: joni nababan 2020년 3월 4일
how to do fuzzy logic on matlab, but i use training data from excel

채택된 답변

Walter Roberson
Walter Roberson 2020년 3월 2일
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()
  댓글 수: 3
joni nababan
joni nababan 2020년 3월 4일
thankyou so much

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

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