not enough input arguments
Mostra commenti meno recenti
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 Commenti
Walter Roberson
il 5 Dic 2018
What is a sample line in which you run the code?
Walter Roberson
il 5 Dic 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
il 5 Dic 2018
@walid: Please elaborate "still there is something wrong". Do you get an error message? Which input do you use?
Risposta accettata
Più risposte (1)
walid mohammed
il 5 Dic 2018
0 voti
2 Commenti
Walter Roberson
il 5 Dic 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
il 6 Dic 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.
Categorie
Scopri di più su Historical Contests in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!