Too many output arguments
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Ditf
am 28 Dez. 2020
Kommentiert: Star Strider
am 29 Dez. 2020
hi, i newbie to matlab i am creating a very simple feed forward network, but i keep getting the too many output arguments error. what can i do?
0 Kommentare
Akzeptierte Antwort
Star Strider
am 28 Dez. 2020
Without knowing what ‘dataset’ is, although assuming that it is an array with 2 columns, try this:
Input = dataset(:,1);
Target = dataset(:,2);
10 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Structures 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!