help-octave
[Top][All Lists]
Advanced

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

putting a matrix in LaTeX-format [newbie]


From: BVBA NuKey Music
Subject: putting a matrix in LaTeX-format [newbie]
Date: Sat, 17 Dec 2011 10:19:04 +0100

Is there a function in octave which produces the necessary LaTeX-code starting from an array with data was produced by Octave.
Now I have each time to copy/paste the result in my LaTeX-document, add an & between each value and terminate each row with a \\,  then add the following lines:
\begin{displaymath}
\mathbf{X}=
\left(\begin{array}{ccc......c}



\end{array}\right)
\end{displaymath}

thanks in advance
nukey

reply via email to

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