Filter löschen
Filter löschen

Getting an image

2 Ansichten (letzte 30 Tage)
aravind`
aravind` am 15 Mär. 2012
How to get image from a source without giving its url in matlab. Like a browse button. Can anyone help me ?
  1 Kommentar
Thomas
Thomas am 15 Mär. 2012
is your image on a website or on a path in the local machine?

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Thomas
Thomas am 15 Mär. 2012
If you image is on a path in the local machine you can import it:
File> Import Data
Choose:
Enable:All Files(*.*)
Select your particular image, it will give you options to create Variables matching preview, Click finish and all the data from the image will be loaded in a variable of size (MxNxZ)
  2 Kommentare
aravind`
aravind` am 15 Mär. 2012
Thank you for your response sir, i want it in coding. i have created a gui. in that there should be a button which will act like a browse button.(for getting image from local machine)
Thomas
Thomas am 15 Mär. 2012
doc uigetfile

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Convert Image Type finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by