Filter löschen
Filter löschen

Undefined variable 'imread'

4 Ansichten (letzte 30 Tage)
Ghassan mahmood
Ghassan mahmood am 7 Aug. 2018
Beantwortet: Savio Tran am 7 Aug. 2018
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.

Antworten (1)

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

Kategorien

Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by