LabVIEW MathScript RT Module

キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 

PolyLog function in LV?

Hi,

does anybody know, how to evaluate the polylog function in LV?

The only way I know is using Mathlink for LV and talk to a Mathmatica kernel. The Mathlink arrangement is quite clumsy.

Cheers,

Kai
0 件の賞賛
メッセージ1/2
7,012件の閲覧回数

Hi Kai,

To access a polylogarithm (polylog) function from LabVIEW, you might, as you point out use the Mathematica Link for LabVIEW to call Mathematica from LabVIEW and rely on Mathematica to invoke the function. Some possible alternatives that you might consider include:

  • Maplesoft Maple also includes a polylogarithm function so you could invoke Maple from LabVIEW using the Maple Professional Math Toolbox for LabVIEW.
  • Find source for a polylogarithm implementation (such as this) and convert it to LabVIEW, compile to a DLL, etc. so that it can be called from LabVIEW.

I hope this helps...

--Sam

Sam Shearman
0 件の賞賛
メッセージ2/2
6,933件の閲覧回数