Undefined variable 'imread'

2 次查看(过去 30 天)
Ghassan mahmood
Ghassan mahmood 2018-8-7
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.

回答(1 个)

Savio Tran
Savio Tran 2018-8-7
You are using curly brackets when you should be using parentheses. Instead, try imageData = imread('ghassan.jpg')

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by