Tagged Questions
10
votes
2answers
1k views
Octave to LaTeX
Is there anything (command/script/function) that can convert a Octave expression to LaTeX.
What I am asking for is something like this:
I type
a = eye(3,3); %Identity Matrix
and then do something ...