avenger Posted June 27, 2007 Report Share Posted June 27, 2007 How can i control Labview with Matlab? I'm using Labview to command a motorized stage, but for the entire process (measuring while movement) i want to control everything with one program. Quote Link to comment
Karissap Posted June 27, 2007 Report Share Posted June 27, 2007 Hi, to interface Labview and Matlab the easy way you could use the LabVIEW Maths Interface Toolkit (MIT) Otherwise, you can build a dll from your LabVIEW code that you can use in MATLAB. Heres a link on MATLAB interfacing to generic dlls Or vice versa, you could create a MATLAB dll to call in LabVIEW using the external node vi. Have a look at external code interface section of the help files for each program. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.