help-octave
[Top][All Lists]
Advanced

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

Re: putting a matrix in LaTeX-format [newbie]


From: BVBA NuKey Music
Subject: Re: putting a matrix in LaTeX-format [newbie]
Date: Sat, 17 Dec 2011 21:57:00 +0100

2011/12/17, c. <address@hidden>:
> Please keep the list in CC as other might also benefit from the thread
>
> On 17 Dec 2011, at 18:51, BVBA NuKey Music wrote:
>
>> Thank you very much Carlo, could you just tell me what I have to fill
>> in for the collheaders and rowheaders?
>>
>> thanks
>> nukey
>
>
> It's the labels you want to give to each row and column, they should be
> passed as cell-arryas of strings, e.g.:
>
> printlatextable ({"column 1", "column 2"}, {"row 1", "row 2"}, [1 0; 0 1],
> "example.tex")
>
> c.
thank you, now I got it working

nukey


reply via email to

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