回答(1 个)

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

类别

帮助中心File Exchange 中查找有关 Get Started with MATLAB 的更多信息

标签

回答:

2023-1-17

Community Treasure Hunt

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

Start Hunting!

Translated by