add picture in matlab

10 次查看(过去 30 天)
Fatima prv
Fatima prv 2012-7-5
评论: Sarim Iqbal 2020-10-22
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 个评论
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
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
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.

类别

Help CenterFile Exchange 中查找有关 Get Started with MATLAB 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by