how to use op-elm toolbox
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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
0 Kommentare
Antworten (1)
BERGHOUT Tarek
am 5 Feb. 2019
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;
0 Kommentare
Siehe auch
Kategorien
Mehr zu Spreadsheets finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!