setcvdata

Location: ..\cubatch\Common\setcvdata.m

function setcvdata(Handle,name1,value1[,name2,value2][,...])

Description:
Assign value* of the application-defined data with name specified by
name* in the object with handle Handle. If the application-defined data does not exist it will be created.
It differs from the standard setappdata because it allows to more than one assignment in a single call.
value1 is assigned to name1, value2 is assigned to name2, and so forth.
Note: the
'applicationdata' property is present for any object but it cannot be accessed straightforwardly via the standard set/get commands (see setappdata, getappdata)


Inputs:
name: string defining the application-defined data name
value: value to assign to application-defined data name

Outputs:
None

Called by:
ActivatePlots, CuBatch, DefaultPlot, DefineArray, EditLabels, ImportData, nPLS1Model, nPLS1ActivatePlots, nPLS1PlotControls, OPAsplot, OPA3splot, PARAFACActivatePlots, PARAFACConstraints, PARAFACModel, PARAFACOptions, PARAFACPlotControlsPARAFAC2Constraints, PARAFAC2Plot, PermuteWindow, PreProcess, TuckerConstraints, TuckerPlotTuckerVIPlot TuckerviPreProcess, SaveReport, SelectSamples, SelectVariables

Subroutines:
Internal: None
External: setappdata (MatLab buildin function)

Author:
Giorgio Tomasi
Royal Agricultural and Veterinary University
MLI, LMT, Chemometrics group
Rolighedsvej 30
DK-1958 Frederiksberg C
Danmark

Last modified: 14-Aug-2002 15:39:46

Contact: Giorgio Tomasi, gt@kvl.dk

References