add picture in matlab
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Fatima prv
am 5 Jul. 2012
Kommentiert: Sarim Iqbal
am 22 Okt. 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 Kommentare
Walter Roberson
am 8 Jul. 2012
Fatemeh, when you re-open an Unclear question, you need to provide more details so that people can answer the question.
Akzeptierte Antwort
Ryan
am 8 Jul. 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)
0 Kommentare
Weitere Antworten (1)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!