Effacer les filtres
Effacer les filtres

ANFIS output extraction to excel file

7 vues (au cours des 30 derniers jours)
Hazal Eylül
Hazal Eylül le 16 Juin 2023
Commenté : Ly Soi le 12 Juil 2024
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.

Réponses (1)

Neha
Neha le 27 Juin 2023
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 commentaire
Ly Soi
Ly Soi le 12 Juil 2024
can you more explaint inputData ?

Connectez-vous pour commenter.

Catégories

En savoir plus sur Fuzzy Logic in Simulink dans Help Center et File Exchange

Produits


Version

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by