comparison scripts/plot/plotmatrix.m @ 14335:ce2b59a6d0e5

maint: periodic merge of stable to default.
author Rik <octave@nomad.inbox5.com>
date Sun, 05 Feb 2012 15:32:24 -0800
parents 4506eade9f04 4d917a6a858b
children 5d3a684236b0
comparison
equal deleted inserted replaced
14333:6dd710b73150 14335:ce2b59a6d0e5
52 ## @code{xlabel}, @code{title}, etc., will be associated with this hidden 52 ## @code{xlabel}, @code{title}, etc., will be associated with this hidden
53 ## axis. Finally @var{p} returns the graphics objects associated with 53 ## axis. Finally @var{p} returns the graphics objects associated with
54 ## the histogram and @var{pax} the corresponding axes objects. 54 ## the histogram and @var{pax} the corresponding axes objects.
55 ## 55 ##
56 ## @example 56 ## @example
57 ## @group 57 ## plotmatrix (randn (100, 3), "g+")
58 ## plotmatrix (randn (100, 3), 'g+')
59 ## @end group
60 ## @end example 58 ## @end example
61 ## 59 ##
62 ## @end deftypefn 60 ## @end deftypefn
63 61
64 function [h, ax, bigax, p, pax] = plotmatrix (varargin) 62 function [h, ax, bigax, p, pax] = plotmatrix (varargin)