MATLAB COMPILER RELEASE NOTES User's Guide Page 247

  • Download
  • Add to my manuals
  • Print
  • Page
    / 264
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 246
Warning Messages
B-13
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_funct io n) 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
constructinga matrix.Forexample,
[5.5.5] hasno 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 Inlineobjectsarenotsupportedinthisreleaseandwillproduce
this warning when used.
Warning: File:
filename
Line: # Column: # The #function pragma expects a list of function
names.
(pragma_function_missing_names) This pragma informsthe MATLAB
Compiler that the specified function(s) provided in the li st of function names
will be called th roug h an
feval call. This is used so that the -h option will
automatically compile the selecte d f unctio ns.
Page view 246
1 2 ... 242 243 244 245 246 247 248 249 250 251 252 ... 263 264

Comments to this Manuals

No comments