MATLAB: How can I remove the ‘all files’ option from the browse window when making GUI

all filesfile typegui

When i use uigetfile() function to open browse window, is there any way I can show only the file type i want to select (example: *.jpg) and remove the 'all files' option altogether from the GUI? Thanks in advance!

Best Answer

uigetfile('*.jpg')