add picture in matlab

19 visualizzazioni (ultimi 30 giorni)
Fatima prv
Fatima prv il 5 Lug 2012
Commentato: Sarim Iqbal il 22 Ott 2020
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 Commenti
Walter Roberson
Walter Roberson il 8 Lug 2012
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 il 22 Ott 2020
A=imread('imagename.JPG');

Accedi per commentare.

Risposta accettata

Ryan
Ryan il 8 Lug 2012
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)

Più risposte (1)

Fatima prv
Fatima prv il 10 Lug 2012
Modificato: Fatima prv il 10 Lug 2012
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.

Community Treasure Hunt

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

Start Hunting!

Translated by