Borrar filtros
Borrar filtros

syntax error in code

1 visualización (últimos 30 días)
tejasvee
tejasvee el 11 de Abr. de 2017
Comentada: Star Strider el 11 de Abr. de 2017
Hello Experts, i have code while running it gives XLSREAD unable to open file 'cleveland.xls' i have attached the code and dataset. please help to remove this syntax error

Respuesta aceptada

Star Strider
Star Strider el 11 de Abr. de 2017
The filename is ‘cleveland.csv’, not ‘cleveland.xls’.
Your code should work with that change in all your xlsread calls.
  2 comentarios
tejasvee
tejasvee el 11 de Abr. de 2017
Editada: Star Strider el 11 de Abr. de 2017
one more error
Error in trainRELM (line 87)
w = (H'*H+l1*eye(nh,nh))\(H'*Data.y);
Error in Main (line 47)
LR2 = trainRELM(DataTG,Params);
Star Strider
Star Strider el 11 de Abr. de 2017
What does the rest of the error message say?
What are ‘nh’ and ‘l1’? (I assume they are scalars, so if they are not, it is necessary to know that.)
What are the sizes of ‘H’ and ‘Data.y’?

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Logical en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by