how to use op-elm toolbox
Afficher commentaires plus anciens
i am using OP-ELM ,I have dataset in a xls file of numeric values
in documantation i have seen
data.x
data.y
datatest.x
dataset.y
but plz tell how to import tha values in xls file to OP=ELM
Réponses (1)
BERGHOUT Tarek
le 5 Fév 2019
0 votes
first import you excel files into space work using import dat; the save them in the same repertory of opELM as ''filename.txt'' file and then write datax = the training innput file name;datay = the training targets file name;datatestx:= the testing innput file name;;datatesty:= the testing targets file name;
Catégories
En savoir plus sur Spreadsheets dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!