MATLAB COMPILER RELEASE NOTES User's Guide Page 253

  • Download
  • Add to my manuals
  • Print
  • Page
    / 264
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 252
Run-Time Errors
B-19
Run-Time Errors
Note The error messages described in this section are generated by the
Compiler into t he code exactly as they are written, b ut are not the only source
of run-time errors. You also can receive run-time errors can from the C/C++
Math Libraries; these errors are not documented in this book. Math Library
errors do not include the s ource file and li ne number information. If you
receive such an e rror and are not certai n if it is coming from the C/C+ + Mat h
Libraries o r your M-code, compile with the
-A debugline:on option to get
additional information about which part of the M source code is causing the
error. For more information about
-A (the annotation option), see “Code
Generation Options” in Chapter 7.
Run-time Error: File:
filename
Line: # Column: # The call to function "
functionname
" that
appeared on this line was not a known function at compile time.
The function w as not
found at compile time.
Run-time Error: File:
filename
Line: # Column: # The call to function "
functionname
" on this line
passed
quantity1
inputs and the function is declared with
quantity2
. There is an
inconsistency between the formal and actual number of inputs to a function.
Run-time Error: File:
filename
Line: # Column: # The call to function "
functionname
" on this line
requested
quantity1
outputs and the function is declared with
quantity2
. There is an
inconsistency between the formal and actual number of outputs from a
function.
Run-time Error: File:
filename
Line: # Column: # The clear statement did not specifically list the
names of variables to be cleared as constant strings.
Useoneof the formsoftheclear
command that contains the names of the variables to be cleared, for example,
clear name.
Run-time Error: File:
filename
Line: # Column: # The Compiler does not support EVAL or INPUT
functions.
Currently, these are unsupported functions.
Run-time Error: File:
filename
Line: # Column: # The function "
functionname
" was called with
more than the declared number of inputs (
quantity1
). There is an inconsistency
betweenthedeclarednumber of formalinputsandtheactual number of inputs.
Page view 252
1 2 ... 248 249 250 251 252 253 254 255 256 257 258 ... 263 264

Comments to this Manuals

No comments