How can use a matlab's dll of a funtion (with some parameter ) in vc++6.0v ?
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
function x = IV(RateSpec,StockSpec,Settlement,Maturity,OptSpec,Strike,OptionPrice)
x= impvbybls(RateSpec, StockSpec, Settlement, Maturity, OptSpec,
Strike, OptionPrice);
end
0 comentarios
Respuesta aceptada
Titus Edelhofer
el 1 de Jun. de 2011
Hi Sandeep,
do you have the compiler? You will need it to generate a DLL. Open deploytool, select "C-shared library target", add IV and compile. Take a look at the examples in the doc how to call the generated DLL.
Titus
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre MATLAB Compiler SDK en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!