imshow() not working , try a lot times
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
john
el 24 de Mayo de 2019
i have try thousand of times it is not working , using imshow and alll the methods given on internet
command window shows:
Attempt to execute SCRIPT image as a function:
C:\Users\ejaz\Desktop\working space\image.m
Error in images.internal.basicImageDisplay (line 24)
hh = image(cdata, ...
Error in imshow (line 293)
hh = images.internal.basicImageDisplay(fig_handle,ax_handle,...
Error in image (line 3)
imshow(a);
0 comentarios
Respuesta aceptada
madhan ravi
el 24 de Mayo de 2019
Editada: madhan ravi
el 24 de Mayo de 2019
Read this once again:
You have a custom file named image.m please move it from MATLAB's path or rename it.
1 comentario
Más respuestas (0)
Ver también
Categorías
Más información sobre Image Processing Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!