Issue related to imshow command
Afficher commentaires plus anciens
I am using 'imshow' command in my code. Till yesterday my code was running properly, but from today i am getting error as shown below * * *
"Attempt to call constructor image with incorrect letter case.
Error in basicImageDisplay (line 24)
hh = image(cdata, ...
Error in imshow (line 266)
hh = basicImageDisplay(fig_handle,ax_handle,...
Error in Untitled2 (line 19)
imshow(thisFrame);* *
* "
2 commentaires
Geoff Hayes
le 9 Nov 2014
Rohan - have you created a class that is named image or Image?
rohan gupta
le 9 Nov 2014
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Images dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!