| MATLAB C++ Math Library | Search  Help Desk |
| rmfield | See Also |
C++ Prototype
mwArray rmfield(const mwArray &s, const mwArray &FIELDS=mwArray::DIN);
C++ Syntax
#include "matlab.hpp"
mwArray s, FIELDS; // Input argument(s)
s = rmfield(s,"field");
s = rmfield(s,FIELDS);
MATLAB Syntax
s = rmfield(s,'field')
s = rmfield(s,FIELDS)
See Also
rmfield Calling Conventions