Borrar filtros
Borrar filtros

user input

2 visualizaciones (últimos 30 días)
maha sandhya
maha sandhya el 22 de Feb. de 2012
Respondida: Abhinav el 17 de En. de 2023
how to get input image from user in matlab?

Respuestas (1)

Abhinav
Abhinav el 17 de En. de 2023
ext='*.jpg' ;
folder='C:\Users\Name\Desktop\image';
[filename, path] = uigetfile(fullfile(folder,ext));
imageData = imread(fullfile(path, filename));

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by