WVOperation
create a new WVOperation for computing a new variable
Declaration
operation = WVOperation(name,outputVariables,f)
Parameters
name
name of the operationoutputVariables
ordered array of WVVariableAnnotationsf
function handle that takes a WVTransform as an argument and returns variables matching outputVariable.
Discussion
- Return operation: a new WV operation instance