Filter löschen
Filter löschen

how can i resolve it not enough input arguments?

1 Ansicht (letzte 30 Tage)
Pooja Prajapati
Pooja Prajapati am 30 Jan. 2017
Kommentiert: Adam am 31 Jan. 2017
function demo(testdir, n, code)
for k = 1:n %getting error in it

Akzeptierte Antwort

Adam
Adam am 30 Jan. 2017
Bearbeitet: Adam am 31 Jan. 2017
Pass the right number of arguments in when you call it. Don't just hit the big green 'Run' button, call it from command line or a script or another function and pass in the arguments.
If you are calling it without arguments how would you expect it to know what n is and didn't you consider that you haven't been able to tell it what n is and that you want to?!
  2 Kommentare
Pooja Prajapati
Pooja Prajapati am 30 Jan. 2017
actually i m using this code direct from sources available from internet,
so n fairly i m new here in matlab so i simply don't know how to run it exactly,
N so i didn't know what is n actually here?
That's the problem actually,
so expecting help please guide me here what is n here?
& what input arguments i have to give in command prompt?
thanks in adv.
Adam
Adam am 31 Jan. 2017
I have no idea what the function is? But why are you running the function at all if you don't know what it does or what its inputs are supposed to be? I rarely download Matlab code from the internet for exactly this reason of not knowing what its inputs are supposed to be often.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Interactive Control and Callbacks finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by