Not enough input arguments for read an immage
Mostra commenti meno recenti
Hi, I'm new to MATLAB and am having some trouble. I want read an immage form a function. this is my code:
function [j]=readimmage(img_gray);
p=im2bw(img_gray);
imshow(p);
The error is:
Not enough input arguments.
Error in readimmage (line 2) p=im2bw(img_gray);
i know that i can use imread function but... how can I read an image file using a function unless imread ?
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su C4ISR 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!