필터 지우기
필터 지우기

ANFIS output extraction to excel file

조회 수: 9 (최근 30일)
Hazal Eylül
Hazal Eylül 2023년 6월 16일
댓글: Ly Soi 2024년 7월 12일 3:09
I have a fis that was saved to workspace. I want to obtain a matrix or excel file that have all the outputs belong to the created fis. I have to normalize the dataset so i need all fis output as a matrix. It is a little bit emergency. I hope smb can help me about this issue.

답변 (1개)

Neha
Neha 2023년 6월 27일
Hi Hazal,
I understand that you want to export ANFIS output to an excel file. You can use the "evalfis" command to achieve the same.
outputData = evalfis(yourFIS, inputData);
The outputData is in the form of a matrix which can be exported to a csv file using "xlswrite" command.
I hope this helps!
  댓글 수: 1
Ly Soi
Ly Soi 2024년 7월 12일 3:09
can you more explaint inputData ?

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

카테고리

Help CenterFile Exchange에서 Fuzzy Logic in Simulink에 대해 자세히 알아보기

제품


릴리스

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by