Tagged Questions
2
votes
3answers
459 views
Problems with including a tikz tex file generated by Octave (MatLab clone)
I have plotted a figure in Octave and printed it as a TikZ figure (see the device option) to a tex file called comparison_tikz.tex, and I have imported it into my document with the line
...
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 ...