cns_getknownfields
Shows you which information in a
model structure
is actually known to CNS -- as opposed to additional information that may have been stored there.
Syntax
[k, u] = cns_getknownfields(m)
m
A
model structure
.
k
The same model structure but with any non-CNS information removed.
u
Contains any information from
m
that was not known to CNS.