MATLAB Function Reference    
uiimport

Start the graphical user interface to import functions (Import Wizard)

Syntax

Description

uiimport starts the Import Wizard in the current directory, presenting options to load data from a file or the clipboard.

uiimport(filename) starts the Import Wizard, opening the file specified in filename. The Import Wizard displays a preview of the data in the file.

uiimport('-file') works as above but presents the file selection dialog first.

uiimport('-pastespecial') works as above but presents the clipboard contents first.

S = uiimport(...) works as above with resulting variables stored as fields in the struct S.

See Also

load, clipboard


  uigetfile uimenu