Getting an image
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
How to get image from a source without giving its url in matlab. Like a browse button. Can anyone help me ?
1 Commento
Risposta accettata
Thomas
il 15 Mar 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)
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Import, Export, and Conversion in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!