LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to create a DLL for LabVIEW in MatLab

I want to use MatLab-Code from an M-file in LabView without MatLab. So i decide to use external code in a DLL. Can anybody give me some hints - how to do? (How to create, how to use?)
Used System Windows 98, LabVIEW 6.1, MatLab 6.1 R12.1

Thanks
0 Kudos
Message 1 of 5
(4,520 Views)
Hi,

I use Matlab-Code in Labview and it's don't need create a dll. The LV was a tool, matlab script, you can write your code Matlab here. see the examples of LV.I think the lV 6.1 have.
Dll it's very complicated 😄
0 Kudos
Message 2 of 5
(4,520 Views)
I would like to use LabVIEW !without MatLab. If i use these solution i need MatLab too.
0 Kudos
Message 3 of 5
(4,520 Views)
I've investigated and i think that it's not possible to run a compiled m-file without the matlab runtime server

Look at http://www.mathworks.com
0 Kudos
Message 4 of 5
(4,521 Views)

You can use only the Matlab runtime.

Install the runtime and the libraries that you are using.

0 Kudos
Message 5 of 5
(3,945 Views)