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 ExchangeImages についてさらに検索

質問済み:

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