Effacer les filtres
Effacer les filtres

I face the error "Too many input arguments." Please help me

1 vue (au cours des 30 derniers jours)
Pritha
Pritha le 2 Fév 2013
myImage1 = imread('pout.tif');
myImage2 = imadjust(myImage1, [0.2, 0.8], [0, 1]);
imshow(myImage1);
imshow(myImage2);
  1 commentaire
Daniell Algar
Daniell Algar le 2 Fév 2013
It would help if you posted the error, off course...

Connectez-vous pour commenter.

Réponses (1)

Daniell Algar
Daniell Algar le 2 Fév 2013
Well, those lines looks fine to me. It's probably other line's who's raising the error.

Catégories

En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by