not enough input arguments
Ältere Kommentare anzeigen
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 Kommentare
Walter Roberson
am 5 Dez. 2018
What is a sample line in which you run the code?
Walter Roberson
am 5 Dez. 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
am 5 Dez. 2018
@walid: Please elaborate "still there is something wrong". Do you get an error message? Which input do you use?
Akzeptierte Antwort
Weitere Antworten (1)
walid mohammed
am 5 Dez. 2018
0 Stimmen
2 Kommentare
Walter Roberson
am 5 Dez. 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
am 6 Dez. 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.
Kategorien
Mehr zu Historical Contests finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!