필터 지우기
필터 지우기

I would like to import a csv file to my fis

조회 수: 4 (최근 30일)
scipio
scipio 2022년 10월 21일
답변: drummer 2022년 10월 21일
I have a csv file containing all of combinations of fuzzy rules and their outputs. I would like to import this file to my fuzzy inference system to view the surface plot and firing of rules, is there any way to do this?
Csv file contains 4 columns and 125 rows. Columns 1 - 3 represent my input values each with 5 membership functions (5*5*5 =125 rules) and column 4 represents my output which has 5 membership functions. These are all in linguistic form i.e if "severity is low and occurane is high...then"

답변 (1개)

drummer
drummer 2022년 10월 21일
yourFile = readtable(yourFile.csv);
% show your table
yourFile

카테고리

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