What is syntax error in this line function [TrainingTime, TestingTime, TrainingAccuracy, TestingAccuracy] = ELM(sinc_t​rain.txt,s​inc_test.t​xt,0;1;rad​bas);

 Respuesta aceptada

You cannot have ";" to separate parameters.
Perhaps
[TrainingTime, TestingTime, TrainingAccuracy, TestingAccuracy] = ELM('sinc_train.txt', 'sinc_test.txt', [0;1;radbas]);
... it would help if you posted the code in the body instead of the title, as the system modifies titles.

Más respuestas (0)

Categorías

Más información sobre Performance and Memory en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 4 de Mzo. de 2017

Respondida:

el 4 de Mzo. de 2017

Community Treasure Hunt

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

Start Hunting!

Translated by