Too many output arguments
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Ditf
el 28 de Dic. de 2020
Comentada: Star Strider
el 29 de Dic. de 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 comentarios
Respuesta aceptada
Star Strider
el 28 de Dic. de 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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Structures en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!