# TOMLAB  
# REGISTER (TOMLAB)
# LOGIN  
# myTOMLAB
TOMLAB LOGO

« Previous « Start » Next »

2  Filenames

MCC 3.0 can experience problems when m-files with mixed-case names are called through feval. Therefore it is recommended to write all routines using lowercase filenames only (or patch MCC 3.0, see Section 7).

If a program compiles fine but complains about something similar to:

 ERROR: Reference to unknown function 'qp_f' from nargin in stand-alone mode.

the following actions will help:
  • Make sure that the all such files are named in the call to MCC.
  • Make sure that all references to them are correct. Use a search utility to locate these filenames in the m-files used.

« Previous « Start » Next »