Tab-completion of filenames as arguments for MATLAB scripts

Viewed 4083

We all know MATLAB provides tab-completion for filenames used as arguments in MATLAB function like importdata,imread. How do we do that for the functions we create?

EDIT:

alt text

Displays the files and folders in the current directory.

3 Answers
Related