[Master Index]
[Index for export/lyngby]
lyngby_log
(export/lyngby/lyngby_log.m)
Function Synopsis
lyngby_log(String)
Help text
lyngby_log - Log
function lyngby_log(String)
Input: String String to be logged
Global: UIHANDLE_LOG Uicontrol that displays the string
LOGFILENAME Log filename
lyngby_log writes a string either in a uicontrol, to a file
or with the 'disp' command. If UIHANDLE_LOG is defined it will
be used as the uicontrol. If it is not defined and LOGFILENAME
is defined the string will be written to the file, else the
string will be display with matlab's 'disp' command.
If LOGFILENAME is defined but not a string nothing will be
written.
Example:
lyngby_log('lyngby_log.m called')
See also: LYNGBY, LYNGBY_UI_MAIN, LYNGBY_UI_MESSAGE.
$Id: lyngby_log.m,v 1.4 2002/11/20 10:40:56 fnielsen Exp $
Cross-Reference Information
This function is called by
Produced by mat2html on Wed Jul 29 15:43:40 2009
Cross-Directory links are: OFF