cns_type
[out1, out2, ...] = cns_type(method, package, type, arg1, arg2, ...) [out1, out2, ...] = cns_type(method, m , type, arg1, arg2, ...) [out1, out2, ...] = cns_type(method, m , z , arg1, arg2, ...) [out1, out2, ...] = cns_type(method, m , -g , arg1, arg2, ...) |
package
m
type
(m, arg1, arg2, ...)
.
z
(m, z, arg1, arg2, ...)
.
g
(m, g, arg1, arg2, ...)
. (Note the "-"
sign in the cns_type
call to distinguish g
from a layer number. It is removed before calling the method itself.)
arg1, arg2, ...
out1, out2, ...