![]() |
![]() |
|
PLS_Toolbox Documentation: lddlgpls | < lamsel | leverag > |
lddlgpls
Purpose
Provide an “load” dialog box for use with GUIs.
Synopsis
[value,name,source] = lddlgpls(klass,message)
Description
LDDLPLS creates a dialog box that allows a function to load variables from the workspace or a MATLAB "mat" file into the function workspace. The location of the file to load from can be selecetd from the folders listed in the file list and from the "Look in" menu at the top of the dialog box. Optional input klass allows the user to select the workspace variable of class to load. Valid values for klass are:
Optional text input message places a message in the load dialog box.
Outputs include value the value of the selected variable, name the original name of the variable, and location the filename from which the variable was loaded (will be empty if loaded from the base workspace).
See Also
< lamsel | leverag > |