Mercurial > hg > octave-nkf
comparison libinterp/octave-value/ov.cc @ 18605:f958e8cd6348
maint: Periodic merge of gui-release to default.
author | Rik <rik@octave.org> |
---|---|
date | Sat, 01 Mar 2014 22:11:32 -0800 |
parents | 4c064d3d2750 ea0d4dea1a17 |
children | 385499581a5e |
comparison
equal
deleted
inserted
replaced
18596:9c8321ea6f58 | 18605:f958e8cd6348 |
---|---|
2907 fields @samp{type} and @samp{subs}. Valid values for @samp{type}\n\ | 2907 fields @samp{type} and @samp{subs}. Valid values for @samp{type}\n\ |
2908 are @samp{\"()\"}, @samp{\"@{@}\"}, and @samp{\".\"}.\n\ | 2908 are @samp{\"()\"}, @samp{\"@{@}\"}, and @samp{\".\"}.\n\ |
2909 The @samp{subs} field may be either @samp{\":\"} or a cell array\n\ | 2909 The @samp{subs} field may be either @samp{\":\"} or a cell array\n\ |
2910 of index values.\n\ | 2910 of index values.\n\ |
2911 \n\ | 2911 \n\ |
2912 The following example shows how to extract the two first columns of\n\ | 2912 The following example shows how to extract the first two columns of\n\ |
2913 a matrix\n\ | 2913 a matrix\n\ |
2914 \n\ | 2914 \n\ |
2915 @example\n\ | 2915 @example\n\ |
2916 @group\n\ | 2916 @group\n\ |
2917 val = magic (3)\n\ | 2917 val = magic (3)\n\ |