From: Ben B. <bar...@al...> - 2005-05-10 14:58:18
|
In setfields.m, the nargin check seems to be incorrect: if rem(nargin,2) != 1, error('setfields: called with odd number of arguments\n') ; endif Seems like the 1 should be a 0, or equivalently != should be == . Ben |