12-15-2010 08:48 AM
Does anyone know if there is a VI available that will convert a LabVIEW formula to LaTeX format?
e.g.
(a1+a2)/2 ----> \frac{a1+a2}{2}
I wanted to check if something like this is available before venturing off and attempting to make my own.
12-15-2010 09:00 AM
This shows the reverse direction, which might give you a push in the direction you want - http://decibel.ni.com/content/docs/DOC-13859
12-15-2010 09:05 AM - edited 12-15-2010 09:05 AM
Don't know if this will help, but Darin did some incredible work with his "Math Node" (http://decibel.ni.com/content/docs/DOC-13859).
EDIT: Writing post while tst responded. Sorry for the double-answer.
12-15-2010 09:12 AM
Thanks guys, I have taken a look at Darin's example earlier this week and did find a few helpful things, but like tst mentioned, its in the reverse direction of what i'm looking for.
12-15-2010 09:45 AM
12-15-2010 10:27 AM
Yes, I would really appreciate that. Right now I am looking to write something that will convert just basic math functions (add, subtract, multiply, divide and maybe exponents). That should be good enough to get started for now. I'll see what I can come up with...