36 error (
"%s: not supported on this system", fcn);
42 error (
"%s: not implemented", fcn);
48 error (
"std::string constant used in invalid context");
54 error (
"range constant used in invalid context");
60 error (
"nonconformant matrices");
67 error (
"nonconformant matrices (op1 is %dx%d, op2 is %dx%d)",
75 error (
"%s: empty matrix is invalid as an argument", name);
77 warning (
"%s: argument is empty matrix", name);
83 error (
"%s: argument must be a square matrix", name);
89 error (
"%s: evaluation of user-supplied function failed", name);
95 error (
"%s: user-supplied function returned invalid value", name);
101 error (
"invalid conversion from %s to %s", from.c_str (), to.c_str ());
107 warning (
"invalid value specified for '%s'", name);
113 error (
"plot: can only plot in 2 or 3 dimensions");
119 error (
"unrecognized floating point format requested");
125 error (
"%s: unrecognized data format requested", warn_for);
131 error (
"unable to convert from %s to %s format", from, to);
138 error (
"%s: wrong type argument '%s'", name, s);
140 warning (
"%s: wrong type argument '%s'", name, s);
169 error (
"invalid operand '%s' for unary operator", type.c_str ());
176 error (
"invalid operand '%s' for binary operator", type.c_str ());
187 const std::string& from,
const std::string& to)
190 "implicit conversion from %s to %s",
191 from.c_str (), to.c_str ());
204 "value not equal to 1 or 0 converted to logical 1");
213 error (
"caught execution error in library function");
219 error (
"invalid dimension inquiry of a non-existent value");
225 error (
"a cs-list cannot be further indexed");
231 error (
"invalid assignment to cs-list outside multiple assignment");
238 "potential Matlab compatibility problem: comparing complex numbers");
243 const std::string& pkg )
245 error (
"%s: support for %s was disabled when %s was built",
246 func.c_str (), feature.c_str (), pkg.c_str ());