cns_package

Calls a MATLAB method defined at the package level.

Syntax

[out1, out2, ...] = cns_package(method, package, arg1, arg2, ...)
[out1, out2, ...] = cns_package(method, m      , arg1, arg2, ...)
package
The package name. If this variant is used, the method will receive an empty model structure.

m
A model structure.

arg1, arg2, ...
Any additional inputs. Depends on the particular method.

out1, out2, ...
Any outputs. Depends on the particular method.