Error when calling a previously made function in a separate script. Any ideas?
Mostrar comentarios más antiguos
I keep getting an Error when calling a previously made function that was made in a separate script, even when it is on my path. This piece of code performs a multiple regression iterative search task with 3 parameters.
Here is the original function that gets called later(Both original function script and the other Script it is being called in are attached) I created the function that is being called myself.
Open each attachment separately and run iterative search script to see error.
5 comentarios
Walter Roberson
el 25 de Abr. de 2018
The opening comments say
% Function for fitting a multiple regression model to a set of data. Data should % be in the form of a matrix, with column 1 as params1, column 2 as params2 and column 3 % as params 3.
But the code expects Data to be a table() object, not an array.
Reece Nasse
el 25 de Abr. de 2018
Reece Nasse
el 25 de Abr. de 2018
Editada: Reece Nasse
el 25 de Abr. de 2018
Walter Roberson
el 25 de Abr. de 2018
The function needs White blood cell count as well as red blood cell count. It ignores all other table properties.
Reece Nasse
el 25 de Abr. de 2018
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Whos en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!