# HG changeset patch # User adb014 # Date 1160249641 0 # Node ID 6ec6a7b429b717071b2c60fab86d34483c80c552 # Parent b2e5f719fa0b6cd30be829c97fcdb4d563dc3b12 more indexing fixes diff -r b2e5f719fa0b -r 6ec6a7b429b7 main/INDEX --- a/main/INDEX Sat Oct 07 19:02:50 2006 +0000 +++ b/main/INDEX Sat Oct 07 19:34:01 2006 +0000 @@ -1115,11 +1115,9 @@ qp glpkmex -extra >> Extra packages +finance >> Finance Finance fv fvl irr nper npv pmt pv pvl rate vol -Server - listen send senderror statistics >> Statistics Depreciated @@ -1338,3 +1336,23 @@ kalman=use lqe kalmd=use dlqe or dkalman +image >> Image processing +Display + image + imagesc + imshow +Read/write + loadimage saveimage +Colour controls + hsv2rgb + ntsc2rgb + rgb2hsv + rgb2ntsc +Representation + gray2ind + ind2gray + ind2rgb + rgb2ind +Colour maps + gray + ocean diff -r b2e5f719fa0b -r 6ec6a7b429b7 main/image/INDEX --- a/main/image/INDEX Sat Oct 07 19:02:50 2006 +0000 +++ b/main/image/INDEX Sat Oct 07 19:34:01 2006 +0000 @@ -8,7 +8,7 @@ imwrite imfinfo imginfo - loadimage saveimage bmpwrite jpgread jpgwrite pngread pngwrite + bmpwrite jpgread jpgwrite pngread pngwrite Reshape imcrop imresize @@ -57,10 +57,6 @@ cmpermute cmunique imapprox - hsv2rgb - ntsc2rgb - rgb2hsv - rgb2ntsc rgb2ycbcr ycbcr2rgb Representation @@ -78,8 +74,6 @@ rgb2gray rgb2ind Colour maps - gray - ocean hsv rainbow hot bone diff -r b2e5f719fa0b -r 6ec6a7b429b7 main/miscellaneous/inst/grep.m --- a/main/miscellaneous/inst/grep.m Sat Oct 07 19:02:50 2006 +0000 +++ b/main/miscellaneous/inst/grep.m Sat Oct 07 19:34:01 2006 +0000 @@ -1,5 +1,5 @@ -## y = grep(x) == x(find(x)) -## [y,f] = == [x(find(x)),find(x)] +## y = grep(x) = x(find(x)) +## [y,f] = [x(find(x)),find(x)] ## ## This function is just to save typing and improve readability, as in ##