User`s guide

B Error and Warning Messages
B-12
Warning: File: filename Line: # Column: # The call to function "functionname" on this line could
not be bound to a function that is known at compile time. A run-time error will occur if this
code is executed.
(no_matching_function) The called function was not found on
the search path.
Warning: File: filename Line: # Column: # Attempt to clear value when it has not been
previously defined.
(clear_undefined_value) The variable was cleared with the
clear command prior to being defined.
Warning: File: filename Line: # Column: # Future versions of MATLAB will require that
whitespace, a comma, or a semicolon separate elements of a matrix. Please type "help
matrix_element_separators" at the MATLAB prompt for more information.
(separator_needed) It is still possible to leave out all separators when
constructing a matrix. For example,
[5.5.5] has no separators. It is equivalent
to
[5.5, 0.5].
Warning: File: filename Line: # Column: # References to "functionname" require the C/C++
Graphics Library when executing in stand-alone mode. You must specify -B sgl or -B sglcpp in
order to use the C/C++ Graphics Library. A run-time error will occur if the C/C++ Graphics
Library is not present.
(using_graphics_function) This warning is produced when
a Graphics Library call is present in the code. It is only generated when
producing the main or library wrapper and not during normal compilation,
unless it is specifically enabled.
Warning: File: filename Line: # Column: # References to "variablename" will produce a
run-time error because it is an undefined function or variable.
(undefined_variable_or_unknown_function) This warning appears if you refer
to a variable but never provide it with a value. The most likely cause of this
warning is when you call a function that is not on the path or it is a method
function.
Note Inline objects are not supported in this release and will produce this
warning when used.
Warning: File: filename Line: # Column: # The #function pragma expects a list of function
names.
(pragma_function_missing_names) This pragma informs the MATLAB
Compiler that the specified function(s) provided in the list of function names