# HG changeset patch # User Rik # Date 1296193404 28800 # Node ID 66b2c377b38e83c2880cc39ef3a35ec1ce2271f0 # Parent 9558ca33648d411965cd60e4039d14a9db912567 Add sizemax function to documentation. diff --git a/doc/ChangeLog b/doc/ChangeLog --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2011-01-27 Rik + + * interpreter/numbers.txi: Add sizemax function to documentation. + * interpreter/doccheck/mk_undocumented_list: Add ifelse to functions + not requiring documentation. + 2011-01-27 Rik * interpreter/image.txi: Add whitebg function to documentation. diff --git a/doc/interpreter/doccheck/mk_undocumented_list b/doc/interpreter/doccheck/mk_undocumented_list --- a/doc/interpreter/doccheck/mk_undocumented_list +++ b/doc/interpreter/doccheck/mk_undocumented_list @@ -92,6 +92,7 @@ gammaln home i +ifelse inf inverse isbool diff --git a/doc/interpreter/numbers.txi b/doc/interpreter/numbers.txi --- a/doc/interpreter/numbers.txi +++ b/doc/interpreter/numbers.txi @@ -268,6 +268,13 @@ For clarity, it is probably best to always use commas and semicolons to separate matrix elements and rows. +The maximum number of elements in a matrix is fixed when Octave is compiled. +The allowable number can be queried with the function @code{sizemax}. Note +that other factors, such as the amount of memory available on your machine, +may limit the maximum size of matrices to something smaller. + +@DOCSTRING(sizemax) + When you type a matrix or the name of a variable whose value is a matrix, Octave responds by printing the matrix in with neatly aligned rows and columns. If the rows of the matrix are too large to fit on the