how to create dll file in matlab & how to run those dlls in labview , i have MCR installer to interface MATLAB & Labview

2 次查看(过去 30 天)
function [sum] = interface(a)
sum = a + a;
end
i want deploy above code in dll format and has to run in Labview by taking arguments from Labview

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 LabVIEW 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by