Mercurial > hg > octave-nkf
comparison scripts/plot/util/print.m @ 18715:13c80c3e9660
Add new functions hgsave and hgload (bug #39532).
* NEWS: Announce new functions.
* scripts/plot/util/hgload.m: New function.
* scripts/plot/util/hgsave.m: New function.
* scripts/plot/util/module.mk: Add functions to build system.
* hdl2struct.m, print.m, saveas.m, struct2hdl.m: Add seealso references
to new functions in docstrings.
* plot.txi: Add functions to Octave manual.
* __unimplemented__.m: Remove functions from unimplemented list.
author | Massimiliano Fasi <mogrob.sanit@gmail.com> and Rik <rik@octave.org> |
---|---|
date | Thu, 06 Mar 2014 22:52:59 +0100 |
parents | e2f83152e64a |
children | 29f00c0d0657 |
comparison
equal
deleted
inserted
replaced
18714:d227178a0d40 | 18715:13c80c3e9660 |
---|---|
273 ## surf (peaks); | 273 ## surf (peaks); |
274 ## print -dcdj550 | 274 ## print -dcdj550 |
275 ## @end group | 275 ## @end group |
276 ## @end example | 276 ## @end example |
277 ## | 277 ## |
278 ## @seealso{saveas, orient, figure} | 278 ## @seealso{saveas, hgsave, orient, figure} |
279 ## @end deftypefn | 279 ## @end deftypefn |
280 | 280 |
281 function print (varargin) | 281 function print (varargin) |
282 | 282 |
283 opts = __print_parse_opts__ (varargin{:}); | 283 opts = __print_parse_opts__ (varargin{:}); |