New to MATLAB - How to use imread/imshow commands?
Mostrar comentarios más antiguos
Hi,
I am trying to show an image through MATLAB, and I have no idea how to use the imread/imshow commands.
When I try to use imread:
>>x = imread(C:\\Users\\username\\Desktop\\untitled,png)
I get this back:
untitled = imread(C:\\Users\\username\\Desktop\\untitled,png)
|
Error: Unexpected MATLAB operator.
How do I read an image that is located on my desktop? Also, how can I show that image through MATLAB?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Display Image en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!