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일

1 개 추천

You are using curly brackets when you should be using parentheses. Instead, try imageData = imread('ghassan.jpg')

카테고리

도움말 센터File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

질문:

2018년 8월 7일

답변:

2018년 8월 7일

Community Treasure Hunt

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

Start Hunting!

Translated by