not enough input arguments
Mostrar comentarios más antiguos
I am trying to call the function but it doesnt run. i have been trying to feed some input arguments but still there is something wrong wich i cant understand. I have uploaded the file here...anyone help? thanks
3 comentarios
Walter Roberson
el 5 de Dic. de 2018
What is a sample line in which you run the code?
Walter Roberson
el 5 de Dic. de 2018
Note that you never read from the file whose name is passed in. You have coded
[~,~ , rawData ]= xlsread ( 'myfilename.xlsx' ,'','','basic ');
which always reads from the file whose name is exactly myfilename.xlsx
Jan
el 5 de Dic. de 2018
@walid: Please elaborate "still there is something wrong". Do you get an error message? Which input do you use?
Respuesta aceptada
Más respuestas (1)
walid mohammed
el 5 de Dic. de 2018
0 votos
2 comentarios
Walter Roberson
el 5 de Dic. de 2018
We do not have your data files, and we do not have specific values for the variables you are calling with, so we cannot run the code to see the error message ourselves. You have also not shown the complete error message.
We will not be able to assist you further without further information.
Jan
el 6 de Dic. de 2018
@walid: Please post comments in the section for comments, not in the section for answers.
I cannot guess what "something wrong" means and in consequence I cannot suggest a solution. The names of the variables "filename , startDate , endDate ,N,T,dist , modelname, q, lambda ,l" do not matter, but the contents do. In addition we need to know, which problem you observe.
Categorías
Más información sobre Historical Contests 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!