comparison scripts/general/strerror.m @ 2314:949ab8eba8bc

[project @ 1996-07-12 03:58:02 by jwe]
author jwe
date Fri, 12 Jul 1996 03:58:02 +0000
parents 5ca126254d15
children 8b262e771614
comparison
equal deleted inserted replaced
2313:5ca126254d15 2314:949ab8eba8bc
24 ## 24 ##
25 ## Messages correspond to the following subroutine versions: 25 ## Messages correspond to the following subroutine versions:
26 ## 26 ##
27 ## npsol : 4.0 27 ## npsol : 4.0
28 ## qpsol : 3.2 28 ## qpsol : 3.2
29
30 ## Author: jwe
29 31
30 function msg = strerror (name, err) 32 function msg = strerror (name, err)
31 33
32 if (nargin != 2) 34 if (nargin != 2)
33 usage ("strerror (name, err)"); 35 usage ("strerror (name, err)");