help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

how to access data stored in a mxArray?


From: MrOba
Subject: how to access data stored in a mxArray?
Date: Wed, 26 Jun 2013 00:40:23 -0700 (PDT)

Hi all!

I have an octave_value containing a matrix. I can access the matrix data
data with myOctVal.matrix_value()
I would like to save this value as an mxArray and I think I can use
myOctVal.as_mxArray() to do that.

My question: how can I access the data (matrix elements) once I have it as a
mxArray? Is it possible?

Thanks
MrO



--
View this message in context: 
http://octave.1599824.n4.nabble.com/how-to-access-data-stored-in-a-mxArray-tp4654836.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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