LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using Labview VI as a Matlab function.

Hi,

 

I'm trying to use Labview VIs in a Matlab script. The VI should act as a function with input and output arguments. Tried to compile the VI to a .DLL file, however was unable to read the file using Matlab.

Any advise?

0 Kudos
Message 1 of 2
(2,589 Views)
What errors did you get? Can you access the DLL from some other application that uses DLLs (i.e. Excel)? Try creating a very simple DLL that just adds two numbers together, does that work?

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 2
(2,573 Views)