フィルターのクリア

user input

4 ビュー (過去 30 日間)
maha sandhya
maha sandhya 2012 年 2 月 22 日
回答済み: Abhinav 2023 年 1 月 17 日
how to get input image from user in matlab?

回答 (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));

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by