Undefined variable 'imread'
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi everyone when i need to start working on image processing , the first problem that facing me in 'imread' instruction as follows :
imread{'ghassan.jpg'}
Undefined variable "imread" or class "imread".
I install image processing tolls but still having this problem. I would be appreciated if one can help me.
0 comentarios
Respuestas (1)
Savio Tran
el 7 de Ag. de 2018
You are using curly brackets when you should be using parentheses. Instead, try imageData = imread('ghassan.jpg')
0 comentarios
Ver también
Categorías
Más información sobre Introduction to Installation and Licensing 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!