diff scripts/image/ind2rgb.m @ 2312:204cc7db6f4a

[project @ 1996-07-11 21:20:36 by jwe]
author jwe
date Thu, 11 Jul 1996 21:20:36 +0000
parents 2b5788792cad
children 5ca126254d15
line wrap: on
line diff
--- a/scripts/image/ind2rgb.m	Thu Jul 11 20:18:38 1996 +0000
+++ b/scripts/image/ind2rgb.m	Thu Jul 11 21:20:36 1996 +0000
@@ -25,9 +25,11 @@
 ##
 ## SEE ALSO: rgb2ind, image, imshow, ind2gray, gray2ind.
 
-function [R, G, B] = ind2rgb (X, map)
+## Author: Tony Richardson <amr@mpl.ucsd.edu>
+## Created: July 1994
+## Adapted-By: jwe
 
-  ## Written by Tony Richardson (amr@mpl.ucsd.edu) July 1994.
+function [R, G, B] = ind2rgb (X, map)
 
   if (nargin < 1 || nargin > 2)
     usage ("ind2rgb (X, map)");