help-octave
[Top][All Lists]
Advanced

[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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]