Home > freetb4matlab > general > strerror.m

strerror

PURPOSE ^

% Return the text of an error message for function @var{name}

SYNOPSIS ^

function msg = strerror (name, err)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} strerror (@var{name}, @var{num})
% Return the text of an error message for function @var{name}
% corresponding to the error number @var{num}.  This function is intended
% to be used to print useful error messages for those functions that
% return numeric error codes.
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003