not enough input Arguments

1 Ansicht (letzte 30 Tage)
Fathima Nasha
Fathima Nasha am 9 Mai 2021
Kommentiert: Fathima Nasha am 9 Mai 2021
What should i do about this error "Not enough input arguments".Please help
  1 Kommentar
Walter Roberson
Walter Roberson am 9 Mai 2021
The code in the error message does not appear in your posted code.
The line number in the error message is after the last line of posted code.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Jonas
Jonas am 9 Mai 2021
you tried to call your function odDetect without an input argument although you need one. you have give the inage to the function, i.e. you have to load it as a variable / create it somehow and give that variable to the function
  4 Kommentare
Walter Roberson
Walter Roberson am 9 Mai 2021
Bearbeitet: Walter Roberson am 9 Mai 2021
example
img = imread('flamingos.jpg');
out = odDectect(img) ;
Fathima Nasha
Fathima Nasha am 9 Mai 2021
Thank uou

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Get Started with MATLAB 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