I want to add a picture to matlab , and need this image's matrix too. and I don't have more information from image proccessing. have you some matlab command to do this?

댓글 수: 3

Yash
Yash 2012년 7월 8일
picture to matlab file??? didnt get you u can read a picture using imread
Walter Roberson
Walter Roberson 2012년 7월 8일
Fatemeh, when you re-open an Unclear question, you need to provide more details so that people can answer the question.
Sarim Iqbal
Sarim Iqbal 2020년 10월 22일
A=imread('imagename.JPG');

댓글을 달려면 로그인하십시오.

 채택된 답변

Ryan
Ryan 2012년 7월 8일

0 개 추천

do you have the image processing toolbox? if so:
I = imread('imagename.extension');
The result will be a 2- or 3-D matrix I which can be visualized by the command imshow
figure(1), imshow(I)

추가 답변 (1개)

Fatima prv
Fatima prv 2012년 7월 10일
편집: Fatima prv 2012년 7월 10일

0 개 추천

I want to simulate a radar display. And need I add a binary image so that I could refresh my page every time.
Can someone help? And I would like to speak with him? at a meesanger, for example.

카테고리

도움말 센터File Exchange에서 Images에 대해 자세히 알아보기

질문:

2012년 7월 5일

댓글:

2020년 10월 22일

Community Treasure Hunt

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

Start Hunting!

Translated by