09-28-2013 11:44 PM
Is there a way to run freemat program inside of labview? Has anyone tried it? I know I can use system execution, but I havn't got freemat to work that way. Thanks!
09-29-2013 02:44 PM
Freemat is GUI-driven, so other than actually starting up the application, there is nothing else you can control from within LabVIEW.
You need to suppress the GUI. All of this from the system call vi,
https://groups.google.com/forum/#!topic/freemat/_Gkw6M73X-w
You will need to look in the help documentation to see what else is possible once you have control.