MATLAB Function Reference Previous page   Next Page
uiimport

Open Import Wizard interface to import data

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


Previous page  uigetpref uimenu Next page

© 1994-2005 The MathWorks, Inc.