Mercurial > hg > octave-lyh
comparison src/file-io.cc @ 3243:dd00769643ae
[project @ 1999-05-28 04:19:00 by jwe]
author | jwe |
---|---|
date | Fri, 28 May 1999 04:19:24 +0000 |
parents | 041ea33fbbf4 |
children | a41cc560087a |
comparison
equal
deleted
inserted
replaced
3242:8c5ad0b49742 | 3243:dd00769643ae |
---|---|
652 matrix A. SIZE is optional. If present, it can be one of\n\ | 652 matrix A. SIZE is optional. If present, it can be one of\n\ |
653 \n\ | 653 \n\ |
654 Inf : read as much as possible, returning a column vector\n\ | 654 Inf : read as much as possible, returning a column vector\n\ |
655 (unless doing all character conversions, in which case a\n\ | 655 (unless doing all character conversions, in which case a\n\ |
656 string is returned)\n\ | 656 string is returned)\n\ |
657 NR : read as much as possible, returning a matrix with NR rows\n\ | 657 NR : read up to NR elements, returning a column vector\n\ |
658 [NR, NC] : read up to NR x NC elements, returning a matrix with NR rows\n\ | 658 [NR, NC] : read up to NR x NC elements, returning a matrix with NR rows\n\ |
659 [NR, Inf] : same as NR\n\ | 659 [NR, Inf] : read as much as possible, returning a matrix with NR rows\n\ |
660 \n\ | 660 \n\ |
661 If it is omitted, a value of Inf is assumed.\n\ | 661 If it is omitted, a value of Inf is assumed.\n\ |
662 \n\ | 662 \n\ |
663 The number of items successfully read is returned in COUNT.\n\ | 663 The number of items successfully read is returned in COUNT.\n\ |
664 \n\ | 664 \n\ |
738 matrix A. SIZE is optional. If present, it can be one of\n\ | 738 matrix A. SIZE is optional. If present, it can be one of\n\ |
739 \n\ | 739 \n\ |
740 Inf : read as much as possible, returning a column vector\n\ | 740 Inf : read as much as possible, returning a column vector\n\ |
741 (unless doing all character conversions, in which case a\n\ | 741 (unless doing all character conversions, in which case a\n\ |
742 string is returned)\n\ | 742 string is returned)\n\ |
743 NR : read as much as possible, returning a matrix with NR rows\n\ | 743 NR : read up to NR elements, returning a column vector\n\ |
744 [NR, NC] : read up to NR x NC elements, returning a matrix with NR rows\n\ | 744 [NR, NC] : read up to NR x NC elements, returning a matrix with NR rows\n\ |
745 [NR, Inf] : same as NR\n\ | 745 [NR, Inf] : read as much as possible, returning a matrix with NR rows\n\ |
746 \n\ | 746 \n\ |
747 If it is omitted, a value of Inf is assumed.\n\ | 747 If it is omitted, a value of Inf is assumed.\n\ |
748 \n\ | 748 \n\ |
749 The number of items successfully read is returned in COUNT. If an\n\ | 749 The number of items successfully read is returned in COUNT. If an\n\ |
750 error occurs, ERRMSG contains the text of the corresponding error\n\ | 750 error occurs, ERRMSG contains the text of the corresponding error\n\ |