OUT2 Mapping that returns second output of input mapping
V = OUT2(W)
DescriptionIn case A*W (A is a dataset or double) returns two outputs then A*V returns just the second output of these two. Example(s)
test2 = testc*out2;% define testc for second output par (# class errors)
See also
|