Azzera filtri
Azzera filtri

not enough input Arguments

3 visualizzazioni (ultimi 30 giorni)
Fathima Nasha
Fathima Nasha il 9 Mag 2021
Commentato: Fathima Nasha il 9 Mag 2021
What should i do about this error "Not enough input arguments".Please help
  1 Commento
Walter Roberson
Walter Roberson il 9 Mag 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.

Accedi per commentare.

Risposta accettata

Jonas
Jonas il 9 Mag 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 Commenti
Walter Roberson
Walter Roberson il 9 Mag 2021
Modificato: Walter Roberson il 9 Mag 2021
example
img = imread('flamingos.jpg');
out = odDectect(img) ;
Fathima Nasha
Fathima Nasha il 9 Mag 2021
Thank uou

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Get Started with MATLAB in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by