[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: array of strings?
From: |
MrOba |
Subject: |
Re: array of strings? |
Date: |
Thu, 19 Sep 2013 07:34:36 -0700 (PDT) |
Thanks.
I use a for to print the content of the matrix,
nr = char_matrix_value().rows();
for (i = 0; i < nr; i++)
{
string tmp = char_matrix_value().row_as_string (i);
cout << tmp << endl;
}
MrO
--
View this message in context:
http://octave.1599824.n4.nabble.com/array-of-strings-tp4656994p4657458.html
Sent from the Octave - General mailing list archive at Nabble.com.
- Re: array of strings?, (continued)
- Re: array of strings?, MrOba, 2013/09/13
- Re: array of strings?, Mike Miller, 2013/09/13
- Re: array of strings?, MrOba, 2013/09/13
- Re: array of strings?, MrOba, 2013/09/18
- Re: array of strings?, MrOba, 2013/09/18
- Re: array of strings?, Mike Miller, 2013/09/18
- Re: array of strings?, MrOba, 2013/09/19
- Re: array of strings?, Mike Miller, 2013/09/19
- Re: array of strings?,
MrOba <=